此浏览器不再受支持。
请升级到 Microsoft Edge 以使用最新的功能、安全更新和技术支持。
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.