DSIMA
 All Classes Namespaces Files Functions Variables
Client Class Reference

Manages all the interaction with the client. More...

Public Member Functions

def __init__
 
def log
 Log an action. More...
 
def interact
 Interact with the client. More...
 
def handleMessage
 

Public Attributes

 socket
 Websocket interface to the client. More...
 
 ip
 IP of the client. More...
 

Static Public Attributes

string instancesFolder = "instances"
 Folder with the instances of the client. More...
 

Detailed Description

Manages all the interaction with the client.

Constructor & Destructor Documentation

def __init__ (   self,
  websocket 
)

Member Function Documentation

def handleMessage (   self,
  message 
)
def interact (   self)

Interact with the client.

def log (   self,
  message 
)

Log an action.

Member Data Documentation

instancesFolder = "instances"
static

Folder with the instances of the client.

ip

IP of the client.

socket

Websocket interface to the client.


The documentation for this class was generated from the following file: