Messenger Class |
public class Messenger : Messenger
The Messenger type exposes the following members.
| Name | Description | |
|---|---|---|
| bustype | Read-only property returning the bus type identifier for a raw HID device. | |
| fd | Read-only property returning the Linux file descriptor for a raw HID device. | |
| name | Read-only property returning the device information string for a raw HID device. | |
| product | Read-only property returning the product identifier for a raw HID device. | |
| vendor | Read-only property returning the vendor identifier for a raw HID device. |
| Name | Description | |
|---|---|---|
| Receive | Receive a 64-byte response message from a raw HID device. | |
| Send | Send a 64-byte command message to a raw HID device. | |
| Transaction | Send a 64-byte command message and receive a 64-byte response message. |