UnityMol  0.9.6-875
UnityMol viewer / In developement
SocketConnect.UnitySocket.UnitySocket Class Reference

Public Member Functions

 UnitySocket ()
 

Static Public Member Functions

static void SocketConnection (string LocalIP, int LocalPort)
 
static void Send (short data)
 
static void Send (long data)
 
static void Send (int data)
 
static void Send (string data)
 
static short ReceiveShort ()
 
static int ReceiveInt ()
 
static long ReceiveLong ()
 
static string ReceiveString (int length)
 

Static Public Attributes

static Socket mSocket = null
 

Detailed Description

Definition at line 80 of file UnitySocket.cs.

Constructor & Destructor Documentation

SocketConnect.UnitySocket.UnitySocket.UnitySocket ( )

Definition at line 86 of file UnitySocket.cs.

Member Function Documentation

static int SocketConnect.UnitySocket.UnitySocket.ReceiveInt ( )
static

Definition at line 190 of file UnitySocket.cs.

References Convert.TypeConvert.getInt().

Referenced by ParseData.ParsePDB.SocketPDB.loadPDB().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static long SocketConnect.UnitySocket.UnitySocket.ReceiveLong ( )
static

Definition at line 198 of file UnitySocket.cs.

References Convert.TypeConvert.getLong().

+ Here is the call graph for this function:

static short SocketConnect.UnitySocket.UnitySocket.ReceiveShort ( )
static

Definition at line 182 of file UnitySocket.cs.

References Convert.TypeConvert.getShort().

+ Here is the call graph for this function:

static string SocketConnect.UnitySocket.UnitySocket.ReceiveString ( int  length)
static

Definition at line 206 of file UnitySocket.cs.

Referenced by ParseData.ParsePDB.SocketPDB.loadPDB().

+ Here is the caller graph for this function:

static void SocketConnect.UnitySocket.UnitySocket.Send ( short  data)
static

Definition at line 154 of file UnitySocket.cs.

References Convert.TypeConvert.getBytes().

Referenced by ParseData.ParsePDB.SocketPDB.loadPDB().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void SocketConnect.UnitySocket.UnitySocket.Send ( long  data)
static

Definition at line 161 of file UnitySocket.cs.

References Convert.TypeConvert.getBytes().

+ Here is the call graph for this function:

static void SocketConnect.UnitySocket.UnitySocket.Send ( int  data)
static

Definition at line 168 of file UnitySocket.cs.

References Convert.TypeConvert.getBytes().

+ Here is the call graph for this function:

static void SocketConnect.UnitySocket.UnitySocket.Send ( string  data)
static

Definition at line 175 of file UnitySocket.cs.

static void SocketConnect.UnitySocket.UnitySocket.SocketConnection ( string  LocalIP,
int  LocalPort 
)
static

Definition at line 92 of file UnitySocket.cs.

References Cmd.CommandID.LOGIN, and UI.UIData.loginSucess.

Member Data Documentation

Socket SocketConnect.UnitySocket.UnitySocket.mSocket = null
static

Definition at line 84 of file UnitySocket.cs.


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