BOOLEAN Value

A BOOLEAN value causes an extern statement to be generated in the header file and a global declaration of type OSBOOL to be generated in the C or C++ source file. The mapping of ASN.1 declaration to global C or C++ value declaration is as follows:

ASN.1 production:

   <name> BOOLEAN ::= <value>

Generated code:

   OSBOOL <name> = <value>;