Module Values.SendDataToWirelessDeviceRequestSource

Sends a decrypted application data frame to a device.

Sourcetype nonrec t = {
  1. id : WirelessDeviceId.t;
    (*

    The ID of the wireless device to receive the data.

    *)
  2. 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).

    *)
  3. payloadData : PayloadData.t;
  4. wirelessMetadata : WirelessMetadata.t option;
    (*

    Metadata about the message request.

    *)
}
Sourceval context_ : string
Sourceval make : ?wirelessMetadata:??? -> id:WirelessDeviceId.t -> transmitMode:TransmitMode.t -> payloadData:PayloadData.t -> unit -> t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t