DeviceProfileLoRaWanDeviceProfile

data class DeviceProfileLoRaWanDeviceProfile(val classBTimeout: Int? = null, val classCTimeout: Int? = null, val factoryPresetFreqsList: List<Int>? = null, val macVersion: String? = null, val maxDutyCycle: Int? = null, val maxEirp: Int? = null, val pingSlotDr: Int? = null, val pingSlotFreq: Int? = null, val pingSlotPeriod: Int? = null, val regParamsRevision: String? = null, val rfRegion: String? = null, val rxDataRate2: Int? = null, val rxDelay1: Int? = null, val rxDrOffset1: Int? = null, val rxFreq2: Int? = null, val supports32BitFCnt: Boolean? = null, val supportsClassB: Boolean? = null, val supportsClassC: Boolean? = null, val supportsJoin: Boolean? = null)

Constructors

Link copied to clipboard
constructor(classBTimeout: Int? = null, classCTimeout: Int? = null, factoryPresetFreqsList: List<Int>? = null, macVersion: String? = null, maxDutyCycle: Int? = null, maxEirp: Int? = null, pingSlotDr: Int? = null, pingSlotFreq: Int? = null, pingSlotPeriod: Int? = null, regParamsRevision: String? = null, rfRegion: String? = null, rxDataRate2: Int? = null, rxDelay1: Int? = null, rxDrOffset1: Int? = null, rxFreq2: Int? = null, supports32BitFCnt: Boolean? = null, supportsClassB: Boolean? = null, supportsClassC: Boolean? = null, supportsJoin: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val classBTimeout: Int? = null

The ClassBTimeout value.

Link copied to clipboard
val classCTimeout: Int? = null

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

The MaxDutyCycle value.

Link copied to clipboard
val maxEirp: Int? = null

The MaxEIRP value.

Link copied to clipboard
val pingSlotDr: Int? = null

The PingSlotDR value.

Link copied to clipboard
val pingSlotFreq: Int? = null

The PingSlotFreq value.

Link copied to clipboard
val pingSlotPeriod: Int? = null

The PingSlotPeriod value.

Link copied to clipboard

The version of regional parameters.

Link copied to clipboard
val rfRegion: String? = null

The frequency band (RFRegion) value.

Link copied to clipboard
val rxDataRate2: Int? = null

The RXDataRate2 value.

Link copied to clipboard
val rxDelay1: Int? = null

The RXDelay1 value.

Link copied to clipboard
val rxDrOffset1: Int? = null

The RXDROffset1 value.

Link copied to clipboard
val rxFreq2: Int? = null

The RXFreq2 value.

Link copied to clipboard

The Supports32BitFCnt value.

Link copied to clipboard
val supportsClassB: Boolean? = null

The SupportsClassB value.

Link copied to clipboard
val supportsClassC: Boolean? = null

The SupportsClassC value.

Link copied to clipboard
val supportsJoin: Boolean? = null

The SupportsJoin value.