A registry entry describing a known object identifier. More...
#include <oid.h>
Data Fields | |
| qsc_oid_id | id |
| const uint8_t * | data |
| size_t | length |
| const char * | dotted |
| const char * | name |
A registry entry describing a known object identifier.
| const uint8_t* data |
The encoded OID value octets.
| const char* dotted |
The dotted-decimal text form.
| qsc_oid_id id |
The internal registry identifier.
| size_t length |
The number of encoded OID value octets.
| const char* name |
The short descriptive registry name.