Values.LoRaWANGetServiceProfileInfoSourceLoRaWANGetServiceProfileInfo object.
type nonrec t = {ulRate : UlRate.t option;The ULRate value.
*)ulBucketSize : UlBucketSize.t option;The ULBucketSize value.
*)ulRatePolicy : UlRatePolicy.t option;The ULRatePolicy value.
*)dlRate : DlRate.t option;The DLRate value.
*)dlBucketSize : DlBucketSize.t option;The DLBucketSize value.
*)dlRatePolicy : DlRatePolicy.t option;The DLRatePolicy value.
*)addGwMetadata : AddGwMetadata.t option;The AddGWMetaData value.
*)devStatusReqFreq : DevStatusReqFreq.t option;The DevStatusReqFreq value.
*)reportDevStatusBattery : ReportDevStatusBattery.t option;The ReportDevStatusBattery value.
*)reportDevStatusMargin : ReportDevStatusMargin.t option;The ReportDevStatusMargin value.
*)drMin : DrMin.t option;The DRMin value.
*)drMax : DrMax.t option;The DRMax value.
*)channelMask : ChannelMask.t option;The ChannelMask value.
*)prAllowed : PrAllowed.t option;The PRAllowed value that describes whether passive roaming is allowed.
*)hrAllowed : HrAllowed.t option;The HRAllowed value that describes whether handover roaming is allowed.
*)raAllowed : RaAllowed.t option;The RAAllowed value that describes whether roaming activation is allowed.
*)nwkGeoLoc : NwkGeoLoc.t option;The NwkGeoLoc value.
*)targetPer : TargetPer.t option;The TargetPER value.
*)minGwDiversity : MinGwDiversity.t option;The MinGwDiversity value.
*)txPowerIndexMin : TxPowerIndexMin.t option;The Transmit Power Index minimum value. Default: 0
*)txPowerIndexMax : TxPowerIndexMax.t option;The Transmit Power Index maximum value. Default: 15
*)nbTransMin : NbTransMin.t option;The minimum number of transmissions. Default: 0
*)nbTransMax : NbTransMax.t option;The maximum number of transmissions. Default: 3
*)}val make :
?ulRate:??? ->
?ulBucketSize:??? ->
?ulRatePolicy:??? ->
?dlRate:??? ->
?dlBucketSize:??? ->
?dlRatePolicy:??? ->
?addGwMetadata:??? ->
?devStatusReqFreq:??? ->
?reportDevStatusBattery:??? ->
?reportDevStatusMargin:??? ->
?drMin:??? ->
?drMax:??? ->
?channelMask:??? ->
?prAllowed:??? ->
?hrAllowed:??? ->
?raAllowed:??? ->
?nwkGeoLoc:??? ->
?targetPer:??? ->
?minGwDiversity:??? ->
?txPowerIndexMin:??? ->
?txPowerIndexMax:??? ->
?nbTransMin:??? ->
?nbTransMax:??? ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of AddGwMetadata.t
| `Integer of UlRate.t
| `String of UlRatePolicy.t ])
list ]