2.2.75 BOOL
BOOL is used to represent logical TRUE or logical FALSE and consists of a 16-bit value.
-
BOOL = 2OCTET
The encoding for logical FALSE is all bits set to zero (0x0), and the encoding for logical TRUE is all bits set to 1 or 0xFFFF.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
BOOL is used to represent logical TRUE or logical FALSE and consists of a 16-bit value.
BOOL = 2OCTET
The encoding for logical FALSE is all bits set to zero (0x0), and the encoding for logical TRUE is all bits set to 1 or 0xFFFF.