Objects
LinkWaveCommandRequest

LinkWaveCommandRequest

This class is used to indicate which operation you are initiating with the other device.

Properties

{
  "requestType": RequestType,
}
PropertyTypeDescription
requestTypeRequestTypeThe type of request you are making.

Example

Sending a file send request

{
  "requestType": 2
}