#include <asn.h>
Public Member Functions | |
Initializers | |
| int | load (const str &x) |
| Load entire PDU into this object. | |
| int | scan (int n, const char *x) |
| Parse data buffer into this object. | |
Inspectors | |
| double | length () const |
| Get the total length in bytes of the PDU in this object. | |
| int | ilength () const |
| Get total length of PDU in this object as an integer. | |
| int | ibody () const |
| Get size of PDU body in this object. | |
Predicates | |
| bool | isNullTerminator () const |
| Predicate used to determine whether this PDU is a null terminator. | |
| int ibody | ( | ) | const [inline] |
Get size of PDU body in this object.
| int ilength | ( | ) | const [inline] |
Get total length of PDU in this object as an integer.
| double length | ( | ) | const [inline] |
Get the total length in bytes of the PDU in this object.
| int load | ( | const str & | x | ) |
Load entire PDU into this object.
| x | the PDU to be loaded |
| int scan | ( | int | n, | |
| const char * | x | |||
| ) |
Parse data buffer into this object.
| n | the length in bytes of the input buffer | |
| x | a pointer to the input buffer |
| ISC Cryptographic Development Kit - User's Guide | |
| Questions? E-mail ISC technical support | |
| Copyright© 2002-2006 Information Security Corp. All rights reserved. |