Module Values.WirelessMetadataSource

WirelessMetadata object.

Sourcetype nonrec t = {
  1. loRaWAN : LoRaWANSendDataToDevice.t option;
    (*

    LoRaWAN device info.

    *)
  2. sidewalk : SidewalkSendDataToDevice.t option;
    (*

    The Sidewalk account credentials.

    *)
}
Sourceval make : ?loRaWAN:??? -> ?sidewalk:??? -> unit -> t
Sourceval to_value : 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 ]
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