TOC PREV NEXT INDEX


TYPE-IDENTIFIER class



The ASN.1 TYPE-IDENTIFIER class is a useful class definition for uniquely identifying typed data at runtime. The class is described using the following ASN.1 definition:

   TYPE-IDENTIFIER ::= CLASS {
 
      &id OBJECT IDENTIFIER UNIQUE,
 
      &Type 
 
   }
 
   WITH SYNTAX { &Type IDENTIFIED BY &id }
 

The ASN.1 compiler is used to create a meta-definition for this structure. The definition will be generated in the file Asn1TypeIdentifier.cs (or Asn1XerTypeIdentifier.cs for XER), if needed by compiling ASN.1 definitions. An object created from the resulting C# class is populated just like any other compiler-generated structure for working with ASN.1 data.


Objective Systems, Inc.

102 Pickering Way, Suite #506
Exton, Pennsylvania 19341
http://www.obj-sys.com
Phone: (484) 875-9841
Toll-free: (877) 307-6855 (US only)
Fax: (484) 875-9830
info@obj-sys.com
TOC PREV NEXT INDEX

Copyright © 1997-2005 Objective Systems,Inc.
All Rights Reserved.


This document may be distributed in any form, electronic
or otherwise, provided that it is distributed in its entirety
and that the copyright and this notice are included.