Skip to content

Response

Jim Schaad edited this page Jun 28, 2017 · 4 revisions

This type corresponds to a response from a CoAP server. This class inherits from the Message class.

Properties

Last - Is this the last message in a response? This is of significance for observe responses.

ResponseText - Return the payload as a string. This is an alias for PayloadString.

RTT - Round Trip time of the response

Session - Return the session that the response is using.

StatusCode - Status code of the response

Functions

CreateResponse - Create a new response for a request and copy forward associated items.

Clone this wiki locally