|
UnityMol
0.9.6-875
UnityMol viewer / In developement
|
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 |
Definition at line 80 of file UnitySocket.cs.
| SocketConnect.UnitySocket.UnitySocket.UnitySocket | ( | ) |
Definition at line 86 of file UnitySocket.cs.
|
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 |
Definition at line 198 of file UnitySocket.cs.
References Convert.TypeConvert.getLong().
Here is the call graph for this function:
|
static |
Definition at line 182 of file UnitySocket.cs.
References Convert.TypeConvert.getShort().
Here is the call graph for this function:
|
static |
Definition at line 206 of file UnitySocket.cs.
Referenced by ParseData.ParsePDB.SocketPDB.loadPDB().
Here is the caller graph for this function:
|
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 |
Definition at line 161 of file UnitySocket.cs.
References Convert.TypeConvert.getBytes().
Here is the call graph for this function:
|
static |
Definition at line 168 of file UnitySocket.cs.
References Convert.TypeConvert.getBytes().
Here is the call graph for this function:
|
static |
Definition at line 175 of file UnitySocket.cs.
|
static |
Definition at line 92 of file UnitySocket.cs.
References Cmd.CommandID.LOGIN, and UI.UIData.loginSucess.
|
static |
Definition at line 84 of file UnitySocket.cs.