sel-util ~master (2022-01-24T21:20:00.6984382)
Dub
Repo
UnconnectedPong
sel
raknet
packet
Undocumented in source.
class
UnconnectedPong :
RaknetPacket
{
enum
ubyte
ID
;
long
pingId
;
long
serverId
;
Magic
magic
;
string
status
;
this
();
this
(long pingId, long serverId, string status);
mixin
Make
;
}
Constructors
this
this
()
Undocumented in source.
this
this
(long pingId, long serverId, string status)
Undocumented in source.
Members
Mixins
__anonymous
mixin
Make
Undocumented in source.
Variables
ID
enum
ubyte
ID
;
Undocumented in source.
magic
Magic
magic
;
Undocumented in source.
pingId
long
pingId
;
Undocumented in source.
serverId
long
serverId
;
Undocumented in source.
status
string
status
;
Undocumented in source.
Meta
Source
See Implementation
sel
raknet
packet
aliases
RaknetPacket
classes
Ack
ClientCancelConnection
ClientConnect
ClientHandshake
Encapsulated
Nack
OpenConnectionReply1
OpenConnectionReply2
OpenConnectionRequest1
OpenConnectionRequest2
Ping
Pong
ServerHandshake
UnconnectedPing
UnconnectedPong
structs
Acknowledge
Address
Encapsulation
Magic
Split
Triad