DestinationConfig

The destination configuration.

Types

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

Properties

Link copied to clipboard

A list of service names that identify the target application. The IoT client running on the destination device reads this value and uses it to look up a port or an IP address and a port. The IoT client instantiates the local proxy, which uses this information to connect to the destination application.

Link copied to clipboard

The name of the IoT thing to which you want to connect.

Functions

Link copied to clipboard
inline fun copy(block: DestinationConfig.Builder.() -> Unit = {}): DestinationConfig
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