|
Yate
|
#include <yateasn.h>
Public Member Functions | |
| ASNObjId () | |
| ASNObjId (const String &val) | |
| ASNObjId (const String &name, const String &val) | |
| ASNObjId (AsnMib *mib) | |
| ~ASNObjId () | |
| ASNObjId & | operator= (const String &val) |
| ASNObjId & | operator= (const char *val) |
| void | toDataBlock () |
| DataBlock | getIds () |
| const String & | toString () const |
| const String & | getName () const |
| void | setValue (const String &value) |
Class for holding only an OID
| ASNObjId | ( | ) |
Constructor
Constructor
| name | Name of the OID |
| val | OID value in string format |
| ~ASNObjId | ( | ) |
Destructor
Get the name of the OID
| ASNObjId& operator= | ( | const char * | val | ) |
Assign operator from a const char* value
| void toDataBlock | ( | ) |
Transform the value of this OID from a string value to a sequence of numbers
1.7.6.1