NWDPOid

Defines an OID


Structure

typedef struct  
{
nuint8 asn1Type;
nuint8 oidLength;
nuint8 oid [NWDP_OID_MAX_LENGTH];
} NWDPOid, N_FAR *pNWDPOid;


Header File

nwdp_att.h


Fields

asn1Type

Specifies an Abstract Syntax Notation One (ASN1-ISO8824:1990) type byte for an object identifier. asn1Type should always be six (0x06).


oidLength

Specifies the number of bytes (1-127 [0x01-0x7F]).


oid

Specifies an byte array whose actual length is given by oidLength (worst case size is 127 [0x7F]). The array contains an object identifier encoded using the Basic Encoding Rules (BER-ISO 8825:1990).