ASN1C C/C++ Common Runtime
ASN1C v7.8.x
|
#include <asn1type.h>
Public Attributes | |
OSBOOL | memAllocated |
OSUINT16 | numids |
OSUINT32 * | pSubIds |
This structure describes an object identifier with 32-bit arcs. It uses a dynamic array for the subidentifiers.
OSBOOL ASN1DynOBJID::memAllocated |
Flag indicating memory was allocated using rtxMemAlloc for the array of subidentifiers.
OSUINT16 ASN1DynOBJID::numids |
The number of sub-identifiers in the OID.
OSUINT32* ASN1DynOBJID::pSubIds |
A dynamic array of sub-identifiers.