Values.SendDataToWirelessDeviceRequestSourceSends a decrypted application data frame to a device.
type nonrec t = {id : WirelessDeviceId.t;The ID of the wireless device to receive the data.
*)transmitMode : TransmitMode.t;The transmit mode to use to send data to the wireless device. Can be: 0 for UM (unacknowledge mode) or 1 for AM (acknowledge mode).
*)payloadData : PayloadData.t;wirelessMetadata : WirelessMetadata.t option;Metadata about the message request.
*)}val make :
?wirelessMetadata:??? ->
id:WirelessDeviceId.t ->
transmitMode:TransmitMode.t ->
payloadData:PayloadData.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Integer of TransmitMode.t
| `String of WirelessDeviceId.t
| `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `Integer of FPort.t
| `Structure of
(string
* [> `Enum of string
| `Integer of TransmissionInterval.t
| `List of
[> `Structure of
(string
* [> `Integer of DownlinkFrequency.t
| `String of WirelessGatewayId.t ])
list ]
list ])
list ])
list ])
list ])
list ]