ICoapResponse.GetResponsePayload()
DESCRIPTION
The CoAP payload, if the status indicates such.
DECLARATION
Byte[] GetResponsePayload()
ERRORS
T:Nabto.Edge.Client.NabtoException
: Thrown with error codeNO_DATA
if the response does not have a payload.T:Nabto.Edge.Client.NabtoException
: Thrown with error codeINVALID_STATE
if no response is ready.
RETURNS
the CoAP response payload.