Objects
RequestType

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

NameDescription
ACKAcknowledgement of a request.
RSTReset of a request.
FILE_SHAREShare a file.
CLIPBOARD_SHAREShare the clipboard.
NOTIFICATION_SHAREShare a notification.
DEVICE_INFOMRATION_SHAREShare device information.
NETWORK_INFOMATION_SHAREShare network information.
DEVICE_COMMANDSSend commands to the device.