Tag.this

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_NOTAG value from styx2000.protoconst.base.

class Tag
this
(
ushort tag = STYX_NOTAG
)

Parameters

tag ushort

Unique 16-bit value for tagging messages.

Typical usage:

Tag tag = new Tag(10);

Meta