Coap.getResponseStatusCode()
DESCRIPTION
Return status code returned from the server e.g. 204.
DECLARATION
int getResponseStatusCode()
PARAMETERS
None.
ERRORS
Throws the following exceptions:
None.
RETURN VALUES
the status code, e.g. 204
EXAMPLES
None.