Values.LoRaWANGatewaySourceLoRaWANGateway object.
type nonrec t = {gatewayEui : GatewayEui.t option;The gateway's EUI value.
*)rfRegion : RfRegion.t option;The frequency band (RFRegion) value.
*)joinEuiFilters : JoinEuiFilters.t option;netIdFilters : NetIdFilters.t option;subBands : SubBands.t option;beaconing : Beaconing.t option;Beaconing object information, which consists of the data rate and frequency parameters.
*)maxEirp : GatewayMaxEirp.t option;The MaxEIRP value.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Float of GatewayMaxEirp.t
| `List of
[> `Integer of SubBand.t
| `List of [> `String of JoinEui.t ] list
| `String of NetId.t ]
list
| `String of GatewayEui.t
| `Structure of
(string
* [> `Integer of BeaconingDataRate.t
| `List of [> `Integer of BeaconingFrequency.t ] list ])
list ])
list ]