soupply v2.57.0 (2018-08-17T09:46:15Z)
Dub
Repo
TestInt
soupply
test0
protocol
test
Undocumented in source.
class
TestInt :
Test0Packet
{
enum
ubyte
ID
;
enum
bool
CLIENTBOUND
;
enum
bool
SERVERBOUND
;
enum
string
[]
__fields
;
byte
a
;
ushort
b
;
@
LittleEndian
long
c
;
@
Var
short
d
;
@
Var
uint
e
;
this
();
this
(byte a, ushort b, long c, short d, uint e);
mixin
Make
;
static
typeof
(
this
)
fromBuffer
(ubyte[] buffer);
string
toString
();
}
Constructors
this
this
()
Undocumented in source.
this
this
(byte a, ushort b, long c, short d, uint e)
Undocumented in source.
Members
Functions
toString
string
toString
()
Undocumented in source. Be warned that the author may not have intended to support it.
Mixins
__anonymous
mixin
Make
Undocumented in source.
Static functions
fromBuffer
typeof
(
this
)
fromBuffer
(ubyte[] buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
CLIENTBOUND
enum
bool
CLIENTBOUND
;
Undocumented in source.
ID
enum
ubyte
ID
;
Undocumented in source.
SERVERBOUND
enum
bool
SERVERBOUND
;
Undocumented in source.
__fields
enum
string
[]
__fields
;
Undocumented in source.
a
byte
a
;
Undocumented in source.
b
ushort
b
;
Undocumented in source.
c
long
c
;
Undocumented in source.
d
short
d
;
Undocumented in source.
e
uint
e
;
Undocumented in source.
Meta
Source
See Implementation
soupply
test0
protocol
test
aliases
Packets
classes
TestArray
TestFloat
TestInt