Data Fields | |
| size_t | _size |
| The size of the data (in bytes). | |
| ldns_rdf_type | _type |
| The type of the data. | |
| void * | _data |
| Pointer to the data (byte buffer). | |
The data is a network ordered array of bytes, which size is specified by the (16-bit) size field. To correctly parse it, use the type specified in the (16-bit) type field.
Definition at line 112 of file rdata.h.
|
|
Pointer to the data (byte buffer).
|
|
|
The size of the data (in bytes).
|
|
|
The type of the data.
|
1.4.6