Afid

A class that provides a type for the afid field in some Styx messages. Inherits methods from the Fid class and the StyxObject class.

Constructors

this
this(uint fid)

A constructor that creates an object of the Afid 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.

Members

Aliases

getAfid
alias getAfid = getFid

An alias that allows you to call a getter method without accessing the base Fid class

setAfid
alias setAfid = setFid

An alias that allows you to call a setter method without accessing the base Fid class

Functions

toString
string toString()

Convenient string representation of an object for printing

Inherited Members

From Fid

_fid
uint _fid;
Undocumented in source.
_representation
ubyte[] _representation;
Undocumented in source.
getFid
uint getFid()

Get unsigned value from Fid object

setFid
void setFid(uint fid)

Set value for data from unsigned value

pack
ubyte[] pack()

Pack to bytes array

unpack
void unpack(ubyte[] bytes)

Unpack from bytes array

toString
string toString()

Convenient string representation of an object for printing

See Also

https://web.archive.org/web/20201029184954/https://powerman.name/Inferno/man/5/0intro.html

Meta