Device Profile Lo Ra Wan Device Profile
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
fun DeviceProfileLoRaWanDeviceProfile(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)