ASN1C C/C++ Common Runtime  ASN1C v7.8.x
Public Attributes | List of all members

#include <asn1type.h>

Public Attributes

OSBOOL memAllocated
 
OSUINT16 numids
 
OSUINT32 * pSubIds
 

Detailed Description

This structure describes an object identifier with 32-bit arcs. It uses a dynamic array for the subidentifiers.

Member Data Documentation

◆ memAllocated

OSBOOL ASN1DynOBJID::memAllocated

Flag indicating memory was allocated using rtxMemAlloc for the array of subidentifiers.

◆ numids

OSUINT16 ASN1DynOBJID::numids

The number of sub-identifiers in the OID.

◆ pSubIds

OSUINT32* ASN1DynOBJID::pSubIds

A dynamic array of sub-identifiers.


The documentation for this struct was generated from the following file: