Values.GetWirelessDeviceRequestSourceGets information about a wireless device.
type nonrec t = {identifier : Identifier.t;The identifier of the wireless device to get.
*)identifierType : WirelessDeviceIdType.t;The type of identifier used in identifier.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of Identifier.t ]) list ]