CoapEndpoint

data class CoapEndpoint(val type: CoapEndpoint.Type, val endpoint: String)

Represents CoAP endpoint type

Parameters

type

CoAP endpoint type

endpoint

CoAP endpoint value

Constructors

Link copied to clipboard
constructor(type: CoapEndpoint.Type, endpoint: String)

Types

Link copied to clipboard

Represents CoAP endpoint type

Properties

Link copied to clipboard
Link copied to clipboard