Data type bit members

All data types are allocated in 8-bit boundaries. A single bit of storage is not allowed, so a member cannot be a BOOL data type. To access a single bit, use the BIT declaration. BIT allows access to a single bit within a host member (a non-bit member).
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.