Class ADT.Struct()->Byte Inheritance graph ADT.Struct.Item ADT.Struct.Byte ADT.Struct.uint8 Description One byte, integer value between 0 and 255. Inherit Item inherit Item : Item Method create ADT.Struct.Byte ADT.Struct.Byte(int(8bit)|void initial_value) Description The byte can be initialized with an optional value.