Data Fields |
| UT_hash_handle | hh |
| | hash handle (for internal use only)
|
| coap_key_t | key |
| | the actual key bytes for this resource
|
| size_t | etag_len |
| | actual length of etag
|
| unsigned char | etag [8] |
| | ETag for current description.
|
| str | data |
| | points to the resource description
|
Detailed Description
Definition at line 48 of file rd.c.
Field Documentation
points to the resource description
Definition at line 55 of file rd.c.
| unsigned char rd_t::etag[8] |
ETag for current description.
Definition at line 53 of file rd.c.
actual length of etag
Definition at line 52 of file rd.c.
hash handle (for internal use only)
Definition at line 49 of file rd.c.
the actual key bytes for this resource
Definition at line 50 of file rd.c.
The documentation for this struct was generated from the following file: