libcoap  4.1.1
 All Data Structures Files Functions Variables Typedefs Macros Groups Pages
Data Fields
rd_t Struct Reference

Data Fields

UT_hash_handle hh
 hash handle (for internal use only) More...
 
coap_key_t key
 the actual key bytes for this resource More...
 
size_t etag_len
 actual length of etag More...
 
unsigned char etag [8]
 ETag for current description. More...
 
str data
 points to the resource description More...
 

Detailed Description

Definition at line 48 of file rd.c.

Field Documentation

str rd_t::data

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.

size_t rd_t::etag_len

actual length of etag

Definition at line 52 of file rd.c.

UT_hash_handle rd_t::hh

hash handle (for internal use only)

Definition at line 49 of file rd.c.

coap_key_t rd_t::key

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: