CommandEndpoint

The endpoint for a managed thing when sending a command.

Types

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

Properties

Link copied to clipboard

Describe the endpoint with an id, a name, and the relevant capabilities for sending commands.

Link copied to clipboard

The id of the endpoint for a managed thing.

Functions

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