|
|
Class for holding only an OID
ASNObjId ()
| ASNObjId |
Constructor
ASNObjId (const String& val)
| ASNObjId |
Constructor
Parameters:
val | OID value in string format |
ASNObjId (const String& name, const String& val)
| ASNObjId |
Constructor
Parameters:
name | Name of the OID |
val | OID value in string format |
ASNObjId (AsnMib* mib)
| ASNObjId |
Constructor
Parameters:
mib | Mib used for creating this OID |
~ASNObjId ()
| ~ASNObjId |
Destructor
ASNObjId& operator= (const String& val)
| operator= |
Assign operator from a string value
ASNObjId& operator= (const char* val)
| operator= |
Assign operator from a const char* value
void toDataBlock ()
| toDataBlock |
Transform the value of this OID from a string value to a sequence of numbers
DataBlock getIds ()
| getIds |
Get the sequence form of the OID
Returns: Datablock sequence of ids
inline const String& toString ()
| toString |
[const]
String representation of the OID
Reimplemented from GenObject.
inline const String& getName ()
| getName |
[const]
Get the name of the OID
Returns: String representation of the name
inline void setValue (const String& value)
| setValue |
Set the OID value
Parameters:
value | OID value |
Generated by: paulc on bussard on Fri Apr 1 18:17:10 2011, using kdoc 2.0a54. |