interface IncomingResponse : IncomingMessage, BaseResponse
Incoming coap response message.
Coap client will receive this response object as a result of requesting data from server
abstract val extendedError: ExtendedError?
Extended error information, used when ResponseCode is ResponseCode.Class.clientError or ResponseCode.Class.serverError |
abstract val body: IncomingBody
Coap message body |
|
abstract val responseCode: ResponseCode
CoAP response code |