-
Notifications
You must be signed in to change notification settings - Fork 20
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.
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
CreateResponse - Create a new response for a request and copy forward associated items.