BYTE

Top  Previous  Next

BYTE is one of the basic data types. A BYTE can hold integer values in the range 0 to 255.

A BYTE behaves exactly as an USINT and can be considered an alias for the same.

 

An BYTE data type occupies 1 byte of storage.