StormByte C++ Library: Network module 0.0.9999
StormByte-Network is a StormByte library module for handling and create network connections
|
▼NStormByte | |
▼NNetwork | Contains all the network-related classes and utilities |
▼NConnection | |
CHandler | |
CInfo | The class representing the connection information |
CClient | The class representing a client |
CConnectionClosed | The class representing a terminated connection |
CConnectionError | The class representing an error in the connection |
CEndPoint | Represents a network endpoint, serving as a base class for both clients and servers |
CException | The class representing an exception in the network module |
CPacket | Represents a network packet |
CPacketError | The class representing an error in the packet |
CServer | A server class |