A constructor that creates an object of the Fid class with the given parameter in the form of some integer value representing fid. If called without parameters, then the default parameter is the STYX_NOFID value from styx2000.protoconst.base.
An alias for easier packing into a byte array without having to manually call the pack() method
An alias that allows you to call a getter method for NewFid
An alias that allows you to call a setter method for NewFid
Get unsigned value from Fid object
Pack to bytes array
Set value for data from unsigned value
Convenient string representation of an object for printing
Unpack from bytes array
Pack (serialize) Styx object to byte array
Unpack (deserialize) Styx object from byte array
https://web.archive.org/web/20201029184954/https://powerman.name/Inferno/man/5/0intro.html
A class that provides a type for the fid field in some Styx messages. Inherits methods from the StyxObject class.