Class ADT.Struct()->Long Inheritance graph ADT.Struct.Item ADT.Struct.Word ADT.Struct.Long ADT.Struct.uint32 ADT.Struct.uint64 Description One longword (4 bytes) in network order, integer value between 0 and 2^32. See also Gnol Inherit Word inherit Word : Word Method create ADT.Struct.Long ADT.Struct.Long(int(0..)|void initial_value) Description The longword can be initialized with an optional value.