RequestType
This enum represents the type of request that is being made to the server.
enum RequestType {
ACK = 0,
RST = 1,
FILE_SHARE = 2,
CLIPBOARD_SHARE = 3,
NOTIFICATION_SHARE = 4,
DEVICE_INFOMRATION_SHARE = 5,
NETWORK_INFOMATION_SHARE = 6,
DEVICE_COMMANDS = 7,
}Types
| Name | Description |
|---|---|
| ACK | Acknowledgement of a request. |
| RST | Reset of a request. |
| FILE_SHARE | Share a file. |
| CLIPBOARD_SHARE | Share the clipboard. |
| NOTIFICATION_SHARE | Share a notification. |
| DEVICE_INFOMRATION_SHARE | Share device information. |
| NETWORK_INFOMATION_SHARE | Share network information. |
| DEVICE_COMMANDS | Send commands to the device. |