ApplicationConfig

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

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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?

The Fport value.

Link copied to clipboard

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

Functions

Link copied to clipboard
inline fun copy(block: ApplicationConfig.Builder.() -> Unit = {}): ApplicationConfig
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String