object CoapEndpointProvider
Provider for Endpoint that ensures only single CoapEndpoint instance exist per node
fun <T> getCoapEndpointInternal(key: NodeKey<T>): CoapEndpoint
For internal use only. |
|
fun <T> getEndpoint(key: NodeKey<T>): Endpoint
Get the the Endpoint for the given node |
|
fun <T> getStackService(key: NodeKey<T>): StackService
For internal use only. |