C00PacketKeepAlive

new C00PacketKeepAlive(int key)

Constructs a new C00PacketKeepAlive object with the specified key. The key is an integer value used to identify the keep-alive packet.

getKey(): int

Returns the key associated with this keep-alive packet. The key is an integer value used for identification.

setKey(int key): void

Set the key for this packet.

Last updated