Type for CoAP resource entry. More...
Type for CoAP resource entry.
Definition at line 301 of file nanocoap.h.
#include <nanocoap.h>
Data Fields | |
const char * | path |
URI path of resource | |
coap_method_flags_t | methods |
OR'ed methods this resource allows. | |
coap_handler_t | handler |
ptr to resource handler | |
void * | context |
ptr to user defined context data | |
void* coap_resource_t::context |
ptr to user defined context data
Definition at line 305 of file nanocoap.h.
coap_handler_t coap_resource_t::handler |
ptr to resource handler
Definition at line 304 of file nanocoap.h.
coap_method_flags_t coap_resource_t::methods |
OR'ed methods this resource allows.
Definition at line 303 of file nanocoap.h.
const char* coap_resource_t::path |
URI path of resource
Definition at line 302 of file nanocoap.h.