Module Values.CellSignalsSource

The cellular network communication infrastructure that the device uses.

Sourcetype nonrec t = {
  1. lteCellDetails : CellSignalsLteCellDetailsList.t;
    (*

    Information about the Long-Term Evolution (LTE) network the device is connected to.

    *)
}
Sourceval context_ : string
Sourceval make : lteCellDetails:CellSignalsLteCellDetailsList.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Boolean of Boolean.t | `Float of Rsrq.t | `Integer of EutranCellId.t | `List of [> `Structure of (string * [> `Float of Rsrq.t | `Integer of Earfcn.t ]) list ] list | `Structure of (string * [> `Integer of Earfcn.t ]) 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