WirelessDeviceApplication

data class WirelessDeviceApplication(val destinationName: String? = null, val fPort: Int? = null, val type: WirelessDeviceApplicationType? = null)

LoRaWAN application configuration, which can be used to perform geolocation.

Constructors

Link copied to clipboard
constructor(destinationName: String? = null, fPort: Int? = null, type: WirelessDeviceApplicationType? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val destinationName: String? = null

The name of the position data destination that describes the AWS IoT rule that processes the device's position data for use by AWS IoT Core for LoRaWAN.

Link copied to clipboard
val fPort: Int? = null

The Fport value.

Link copied to clipboard

Application type, which can be specified to obtain real-time position information of your LoRaWAN device.