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
abstract val body: OutgoingBody
Coap message body |
|
abstract val responseCode: ResponseCode
CoAP response code |