Class ADT.Struct()->Byte

Inheritance graph

class ADT.Struct
class ADT.Struct.Byte
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.