Module Values.SessionKeysAbpV1_1Source

Session keys for ABP v1.1

Sourcetype nonrec t = {
  1. fNwkSIntKey : FNwkSIntKey.t option;
    (*

    The FNwkSIntKey value.

    *)
  2. sNwkSIntKey : SNwkSIntKey.t option;
    (*

    The SNwkSIntKey value.

    *)
  3. nwkSEncKey : NwkSEncKey.t option;
    (*

    The NwkSEncKey value.

    *)
  4. appSKey : AppSKey.t option;
    (*

    The AppSKey value.

    *)
}
Sourceval make : ?fNwkSIntKey:??? -> ?sNwkSIntKey:??? -> ?nwkSEncKey:??? -> ?appSKey:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of FNwkSIntKey.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