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