Device Profile Lo Ra Wan Device Profile Args
data class DeviceProfileLoRaWanDeviceProfileArgs(val classBTimeout: Output<Int>? = null, val classCTimeout: Output<Int>? = null, val factoryPresetFreqsList: Output<List<Int>>? = null, val macVersion: Output<String>? = null, val maxDutyCycle: Output<Int>? = null, val maxEirp: Output<Int>? = null, val pingSlotDr: Output<Int>? = null, val pingSlotFreq: Output<Int>? = null, val pingSlotPeriod: Output<Int>? = null, val regParamsRevision: Output<String>? = null, val rfRegion: Output<String>? = null, val rxDataRate2: Output<Int>? = null, val rxDelay1: Output<Int>? = null, val rxDrOffset1: Output<Int>? = null, val rxFreq2: Output<Int>? = null, val supports32BitFCnt: Output<Boolean>? = null, val supportsClassB: Output<Boolean>? = null, val supportsClassC: Output<Boolean>? = null, val supportsJoin: Output<Boolean>? = null) : ConvertibleToJava<DeviceProfileLoRaWanDeviceProfileArgs>
Constructors
Link copied to clipboard
constructor(classBTimeout: Output<Int>? = null, classCTimeout: Output<Int>? = null, factoryPresetFreqsList: Output<List<Int>>? = null, macVersion: Output<String>? = null, maxDutyCycle: Output<Int>? = null, maxEirp: Output<Int>? = null, pingSlotDr: Output<Int>? = null, pingSlotFreq: Output<Int>? = null, pingSlotPeriod: Output<Int>? = null, regParamsRevision: Output<String>? = null, rfRegion: Output<String>? = null, rxDataRate2: Output<Int>? = null, rxDelay1: Output<Int>? = null, rxDrOffset1: Output<Int>? = null, rxFreq2: Output<Int>? = null, supports32BitFCnt: Output<Boolean>? = null, supportsClassB: Output<Boolean>? = null, supportsClassC: Output<Boolean>? = null, supportsJoin: Output<Boolean>? = null)
Properties
Link copied to clipboard
The ClassBTimeout value.
Link copied to clipboard
The ClassCTimeout value.
Link copied to clipboard
The list of values that make up the FactoryPresetFreqs value. Valid range of values include a minimum value of 1000000 and a maximum value of 16700000.
Link copied to clipboard
The MAC version (such as OTAA 1.1 or OTAA 1.0.3) to use with this device profile.
Link copied to clipboard
The MaxDutyCycle value.
Link copied to clipboard
The PingSlotDR value.
Link copied to clipboard
The PingSlotFreq value.
Link copied to clipboard
The PingSlotPeriod value.
Link copied to clipboard
The version of regional parameters.
Link copied to clipboard
The RXDataRate2 value.
Link copied to clipboard
The RXDROffset1 value.
Link copied to clipboard
The Supports32BitFCnt value.
Link copied to clipboard
The SupportsClassB value.
Link copied to clipboard
The SupportsClassC value.
Link copied to clipboard
The SupportsJoin value.