Diarkis C# Client SDK
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 1234]
 NDiarkis
 NLib
 CEncryption
 CEventManager
 CPacket
 CAddr
 CError
 CHeader
 CNotification
 CP2PClientAddr
 CParsed
 CUDPPacket
 CSplitPacket
 CUtil
 NModules
 NTimed
 CNumber
 CState
 CDirectMessageDirectly sends and receives messages from another user by passing thier user ID only
 CField
 CGroup
 CMatchMakerMatchMaker client interface that uses either UDP or TCP Diarkis client for communication. MatchMaker class handles plethora of matchmaking features including Team formaing matchmaking and P2P matchmaking
 CResultItemMatchmaking search result item
 CP2PPeer-to-Peer client that uses Diarksi Udp class instance internally. NOTE: If the client is a mobile device and the client address changes, peer-to-peer communication will break
 CRoomRoom allows clients in the same "room" to exchange packets freely
 CRoomChatDataRepresents a chat message data with its sender user ID and timestamp in milliseconds
 CRoomListItemRepresents a room data registered by Register
 CRPCManages RPC calls and their executions via Room class
 CWsDirectMessageDirectly sends and receives messages from another user by passing thier user ID only
 CWsField
 CWsGroup
 CWsMatchMakerMatchMaker client interface that uses Ws Diarkis client (WebSocket) for communication. MatchMaker class handles plethora of matchmaking features including Team formaing matchmaking and P2P matchmaking
 CWsRoom
 CCoreNetwork core of Diarkis client class
 CHttp
 CLogger
 CTcp
 CUdpUDP client for Diarkis server that handles UDP messaging and RUDP messages. The class receives messages from the server via event callbacks
 CWs