Module Values.GetResourcePositionRequestSource

Get the position information for a given wireless device or a wireless gateway resource. The position information uses the World Geodetic System (WGS84).

Sourcetype nonrec t = {
  1. resourceIdentifier : PositionResourceIdentifier.t;
    (*

    The identifier of the resource for which position information is retrieved. It can be the wireless device ID or the wireless gateway ID, depending on the resource type.

    *)
  2. resourceType : PositionResourceType.t;
    (*

    The type of resource for which position information is retrieved, which can be a wireless device or a wireless gateway.

    *)
}
Sourceval context_ : string
Sourceval make : resourceIdentifier:PositionResourceIdentifier.t -> resourceType:PositionResourceType.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of PositionResourceIdentifier.t ]) 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