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
fun DeviceProfileLoRaWanDeviceProfileArgs(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)