#include <pasn.h>
Inheritance diagram for PASNTimeTicks:
Public Member Functions | |
PASNTimeTicks (PASNUnsigned val) | |
PASNTimeTicks (const PBYTEArray &buffer, PINDEX &ptr) | |
void | Encode (PBYTEArray &buffer) |
PObject * | Clone () const |
PASNObject::ASNType | GetType () const |
PString | GetTypeAsString () const |
PASNTimeTicks::PASNTimeTicks | ( | PASNUnsigned | val | ) | [inline] |
PASNTimeTicks::PASNTimeTicks | ( | const PBYTEArray & | buffer, | |
PINDEX & | ptr | |||
) | [inline] |
PObject* PASNTimeTicks::Clone | ( | ) | const [inline, virtual] |
Virtual function used to duplicate objects
Reimplemented from PASNObject.
void PASNTimeTicks::Encode | ( | PBYTEArray & | buffer | ) | [inline, virtual] |
Virtual function used to encode the object into ASN format
Reimplemented from PASNObject.
PASNObject::ASNType PASNTimeTicks::GetType | ( | ) | const [inline, virtual] |
Return a value of type enum ASNType which indicates the type of the object
Reimplemented from PASNObject.
PString PASNTimeTicks::GetTypeAsString | ( | ) | const [virtual] |
Return a string giving the type of the object
Reimplemented from PASNObject.