Next:
INTEGERs
Up:
Appendix A - ASN.1
Previous:
Appendix A - ASN.1
Contents
BOOLEANs
Supported as per the standard - use something like this ...
MyBooleanType ::= BOOLEAN
...to describe a standalone boolean type, or ...
fieldName BOOLEAN
...to describe a member of a SEQUENCE.