Diarkis C# Client SDK
Namespaces | Classes
Diarkis.Modules Namespace Reference

Classes

class  DirectMessage
 Directly sends and receives messages from another user by passing thier user ID only. More...
 
class  Field
 
class  Group
 
class  MatchMaker
 MatchMaker 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. More...
 
class  P2P
 Peer-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. More...
 
class  Room
 Room allows clients in the same "room" to exchange packets freely. More...
 
class  RPC
 Manages RPC calls and their executions via Room class. More...
 
class  WsDirectMessage
 Directly sends and receives messages from another user by passing thier user ID only. More...
 
class  WsField
 
class  WsGroup
 
class  WsMatchMaker
 MatchMaker client interface that uses Ws Diarkis client (WebSocket) for communication. MatchMaker class handles plethora of matchmaking features including Team formaing matchmaking and P2P matchmaking. More...
 
class  WsRoom