TOC PREV NEXT INDEX


INTEGER Value Specification



An INTEGER value specification causes a C# integer constant to be generated.

ASN.1 production:

	<name> INTEGER ::= <value>
 



Generated C# constant:

	public static readonly int <name> = <value>;
 



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