CMC_object_identifier

CMC_object_identifier is a data type that is a CMC object identifier string.

Quick Info

Header file: XCMC.H

typedef          CMC_string     CMC_object_identifier; 
 

Remarks

An identifier of this type is globally unique. Its syntax must match the format defined in CCITT Recommendation X.208. This syntax is:

object_identifier          ::= object_id_component* 
object_id_component          ::= integer 
 

Namely, the object identifier is a sequence of whitespace separated integers.

The following is an example of an object identifier:

1 2 840 113556 3 2 850 
 

Note The format of the object identifier string is the same as that used in the OID message type. For more information on message types, see CMC_message.

See Also

CMC_message