Values.AbpV1_1SourceABP device object for LoRaWAN specification v1.1
type nonrec t = {devAddr : DevAddr.t option;The DevAddr value.
*)sessionKeys : SessionKeysAbpV1_1.t option;Session keys for ABP v1.1
*)fCntStart : FCntStart.t option;The FCnt init value.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of FCntStart.t
| `String of DevAddr.t
| `Structure of (string * [> `String of FNwkSIntKey.t ]) list ])
list ]