DeviceProfileLoRaWanDeviceProfileArgs

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
val classBTimeout: Output<Int>? = null

The ClassBTimeout value.

Link copied to clipboard
val classCTimeout: Output<Int>? = null

The ClassCTimeout value.

Link copied to clipboard
val factoryPresetFreqsList: Output<List<Int>>? = null

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
val macVersion: Output<String>? = null

The MAC version (such as OTAA 1.1 or OTAA 1.0.3) to use with this device profile.

Link copied to clipboard
val maxDutyCycle: Output<Int>? = null

The MaxDutyCycle value.

Link copied to clipboard
val maxEirp: Output<Int>? = null

The MaxEIRP value.

Link copied to clipboard
val pingSlotDr: Output<Int>? = null

The PingSlotDR value.

Link copied to clipboard
val pingSlotFreq: Output<Int>? = null

The PingSlotFreq value.

Link copied to clipboard
val pingSlotPeriod: Output<Int>? = null

The PingSlotPeriod value.

Link copied to clipboard
val regParamsRevision: Output<String>? = null

The version of regional parameters.

Link copied to clipboard
val rfRegion: Output<String>? = null

The frequency band (RFRegion) value.

Link copied to clipboard
val rxDataRate2: Output<Int>? = null

The RXDataRate2 value.

Link copied to clipboard
val rxDelay1: Output<Int>? = null

The RXDelay1 value.

Link copied to clipboard
val rxDrOffset1: Output<Int>? = null

The RXDROffset1 value.

Link copied to clipboard
val rxFreq2: Output<Int>? = null

The RXFreq2 value.

Link copied to clipboard
val supports32BitFCnt: Output<Boolean>? = null

The Supports32BitFCnt value.

Link copied to clipboard
val supportsClassB: Output<Boolean>? = null

The SupportsClassB value.

Link copied to clipboard
val supportsClassC: Output<Boolean>? = null

The SupportsClassC value.

Link copied to clipboard
val supportsJoin: Output<Boolean>? = null

The SupportsJoin value.

Functions

Link copied to clipboard
open override fun toJava(): DeviceProfileLoRaWanDeviceProfileArgs