BadScript 2
Loading...
Searching...
No Matches
BadConsolePacketType.cs File Reference

Go to the source code of this file.

Namespaces

namespace  BadScript2
 The main namespace for the BadScript2 Language.
 
namespace  BadScript2.ConsoleAbstraction
 Contains a Console Abstraction Layer to be able to Simulate Console Input/Output over the Network.
 
namespace  BadScript2.ConsoleAbstraction.Implementations
 Contains Implementation of the Console Abstractions.
 
namespace  BadScript2.ConsoleAbstraction.Implementations.Remote
 Contains the Implementation of the Remote Console Abstraction over TCP.
 
namespace  BadScript2.ConsoleAbstraction.Implementations.Remote.Packets
 Contains the network packets for the remote console.
 

Enumerations

enum  BadScript2.ConsoleAbstraction.Implementations.Remote.Packets.BadConsolePacketType : byte {
  BadScript2.ConsoleAbstraction.Implementations.Remote.Packets.Write , BadScript2.ConsoleAbstraction.Implementations.Remote.Packets.Read , BadScript2.ConsoleAbstraction.Implementations.Remote.Packets.Color , BadScript2.ConsoleAbstraction.Implementations.Remote.Packets.Clear ,
  BadScript2.ConsoleAbstraction.Implementations.Remote.Packets.Disconnect , BadScript2.ConsoleAbstraction.Implementations.Remote.Packets.HeartBeat , BadScript2.ConsoleAbstraction.Implementations.Remote.Packets.Hello
}
 The Packet Types. More...