Spresense SDK Library v3.4.6-5ba3997155669912adc4b68df0dc983c4388532a
Loading...
Searching...
No Matches
Ltelwm2m_macro_respcode
Collaboration diagram for Ltelwm2m_macro_respcode:

Response code for server operation

Secure mode type

#define LWM2MSTUB_RESP_CHANGED   (0)
 The request is accepted and the parameter changed.
 
#define LWM2MSTUB_RESP_CONTENT   (1)
 The request is to context.
 
#define LWM2MSTUB_RESP_BADREQ   (2)
 The request is bad request.
 
#define LWM2MSTUB_RESP_UNAUTH   (3)
 The request is not authorized.
 
#define LWM2MSTUB_RESP_NOURI   (4)
 The request URI doesn't exist.
 
#define LWM2MSTUB_RESP_NOTALLOW   (5)
 The request is not allowed.
 
#define LWM2MSTUB_RESP_NOTACCEPT   (6)
 The request is not accepted.
 
#define LWM2MSTUB_RESP_UNSUPPORT   (7)
 The request is not supported.
 
#define LWM2MSTUB_RESP_INTERNALERROR   (8)
 Internal error is occurred then the request received.
 

Detailed Description