C00PacketKeepAlive
Last updated
Packet sent by the client to keep the connection alive
var packet = new C00PacketKeepAlive(123);new C00PacketKeepAlive(
key):C00PacketKeepAlive
Parameters
key
number
The key
Returns
C00PacketKeepAlive
Overrides
Packet.constructor
getKey():
number
Gets the key value
Returns
number
The key value
getPacketID():
string
Get the ID of the packet.
Returns
string
The ID of the packet.
Inherited from
setKey(
key):void
Sets the key value
Parameters
key
number
The key value to set
Returns
void
Last updated