Class ADT.Struct()->SWord
- Description
One word (2 bytes) in network order, signed integer value between 0 and 65535.
- Inherit Item
inherit Item : Item
- Method create
ADT.Struct.SWord ADT.Struct.SWord(void|int(-32768..32767) initial_value)
- Description
The word can be initialized with an optional value.