interface BaseResponse
Holds common data for IncomingResponse and OutgoingResponse
abstract val responseCode: ResponseCode
CoAP response code |
interface IncomingResponse : IncomingMessage, BaseResponse
Incoming coap response message. |
|
interface OutgoingResponse : OutgoingMessage, BaseResponse
Implementations of this interface will be sent back to the CoAP Client in response to requests coming in to a CoAP Server |