Module Values.AbpV1_1Source

ABP device object for LoRaWAN specification v1.1

Sourcetype nonrec t = {
  1. devAddr : DevAddr.t option;
    (*

    The DevAddr value.

    *)
  2. sessionKeys : SessionKeysAbpV1_1.t option;
    (*

    Session keys for ABP v1.1

    *)
  3. fCntStart : FCntStart.t option;
    (*

    The FCnt init value.

    *)
}
Sourceval make : ?devAddr:??? -> ?sessionKeys:??? -> ?fCntStart:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of FCntStart.t | `String of DevAddr.t | `Structure of (string * [> `String of FNwkSIntKey.t ]) 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