29 _ =>
throw new ArgumentOutOfRangeException(),
Gets used to clear the console on the client.
static new BadConsoleClearPacket Deserialize(byte[] data)
Deserializes the Packet.
Gets used to change the color of the console.
static new BadConsoleColorChangePacket Deserialize(byte[] data)
Deserializes the Packet.
Gets used to disconnect the client and the server.
static new BadConsoleDisconnectPacket Deserialize(byte[] data)
Deserializes the Packet.
Gets used to send a HeartBeat to the client.
static new BadConsoleHeartBeatPacket Deserialize(byte[] data)
Deserializes the Packet.
Gets used as handshake between the client and the server.
static new BadConsoleHelloPacket Deserialize(byte[] data)
Deserializes the Packet.
Implements the base class for all BadConsole Packets.
byte[] Serialize()
Serializes the Packet to a byte array.
static BadConsolePacket Deserialize(byte[] data)
Deserializes a BadConsolePacket from the given data.
Gets used to send a Read Result to the server.
static new BadConsoleReadPacket Deserialize(byte[] data)
Deserializes the Packet.
Gets sent to the client to write a message to the console.
static new BadConsoleWritePacket Deserialize(byte[] data)
Deserializes the Packet.
Contains the network packets for the remote console.
BadConsolePacketType
The Packet Types.