_CoapResource Struct Reference
Observable resource. More...
#include <coap_server.h>
Data Fields | |
| char_t | uri [COAP_SERVER_MAX_URI_LEN+1] |
| Resource identifier. More... | |
| uint8_t | data [COAP_SERVER_MAX_OBS_RESOURCE_SIZE] |
| Resource state. More... | |
| size_t | dataLen |
| Length of the resource state. More... | |
| uint32_t | seqNum |
| Sequence number. More... | |
Detailed Description
Observable resource.
Definition at line 343 of file coap_server.h.
Field Documentation
◆ data
| uint8_t data[COAP_SERVER_MAX_OBS_RESOURCE_SIZE] |
Resource state.
Definition at line 346 of file coap_server.h.
◆ dataLen
| size_t dataLen |
Length of the resource state.
Definition at line 347 of file coap_server.h.
◆ seqNum
| uint32_t seqNum |
Sequence number.
Definition at line 348 of file coap_server.h.
◆ uri
| char_t uri[COAP_SERVER_MAX_URI_LEN+1] |
Resource identifier.
Definition at line 345 of file coap_server.h.
The documentation for this struct was generated from the following file:
- cyclone_tcp/coap/coap_server.h
