WirelessDeviceLoRaWanDevice

data class WirelessDeviceLoRaWanDevice(val abpV10x: WirelessDeviceAbpV10x? = null, val abpV11: WirelessDeviceAbpV11? = null, val devEui: String? = null, val deviceProfileId: String? = null, val otaaV10x: WirelessDeviceOtaaV10x? = null, val otaaV11: WirelessDeviceOtaaV11? = null, val serviceProfileId: String? = null)

Constructors

Link copied to clipboard
fun WirelessDeviceLoRaWanDevice(abpV10x: WirelessDeviceAbpV10x? = null, abpV11: WirelessDeviceAbpV11? = null, devEui: String? = null, deviceProfileId: String? = null, otaaV10x: WirelessDeviceOtaaV10x? = null, otaaV11: WirelessDeviceOtaaV11? = null, serviceProfileId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val devEui: String? = null
Link copied to clipboard
val deviceProfileId: String? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard