#include <pasn.h>
Inheritance diagram for PASNUnsignedInteger:
Public Member Functions | |
PASNUnsignedInteger (PASNUnsigned val) | |
PASNUnsignedInteger (const PBYTEArray &buffer, PINDEX &ptr) | |
void | PrintOn (ostream &strm) const |
WORD | GetEncodedLength () |
PString | GetString () const |
PASNUnsigned | GetUnsigned () const |
Protected Member Functions | |
PASNUnsignedInteger () | |
BOOL | Decode (const PBYTEArray &buffer, PINDEX &i, PASNObject::ASNType theType) |
void | Encode (PBYTEArray &buffer, PASNObject::ASNType theType) |
|
|
|
|
|
|
|
|
|
|
|
Virtual function used to get the length of object when encoded into ASN format Reimplemented from PASNObject. |
|
Return the value of the object as a PString. This function can be use for all ASN object types Reimplemented from PASNObject. |
|
Return the value of the object as a PASNUnsigned This function will assert if the object is not a descendant of PASNTimeTicks or Reimplemented from PASNObject. |
|
Virtual functions used by the PObject::operator<< function to print the value of the object. Reimplemented from PASNObject. |