Class ADT.Struct()->SWord

Inheritance graph
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(int(-32768..32767)|void initial_value)

Description

The word can be initialized with an optional value.