LinkWaveCommandRequest
This class is used to indicate which operation you are initiating with the other device.
Properties
{
"requestType": RequestType,
}| Property | Type | Description |
|---|---|---|
| requestType | RequestType | The type of request you are making. |
Example
Sending a file send request
{
"requestType": 2
}