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
constructor(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

ABP device object for LoRaWAN specification v1.0.x.

Link copied to clipboard

ABP device object for create APIs for v1.1.

Link copied to clipboard
val devEui: String? = null

The DevEUI value.

Link copied to clipboard
val deviceProfileId: String? = null

The ID of the device profile for the new wireless device.

Link copied to clipboard

OTAA device object for create APIs for v1.0.x

Link copied to clipboard

OTAA device object for v1.1 for create APIs.

Link copied to clipboard

The ID of the service profile.