Searched refs:COAP_MESSAGE_IS_EMPTY (Results 1 – 1 of 1) sorted by relevance
196 #define COAP_MESSAGE_IS_EMPTY(MSG) ((MSG)->code == 0) macro197 #define COAP_MESSAGE_IS_REQUEST(MSG) (!COAP_MESSAGE_IS_EMPTY(MSG) \