getCoapEndpoint

abstract suspend fun getCoapEndpoint(type: CoapEndpoint.Type, updateProgress: suspend (progress: Progress) -> Unit = {}): CoapEndpoint

Get CoAP endpoint

Parameters

type

CoAP endpoint type

updateProgress

Update progress of operation