Method | Description | |
---|---|---|
GetStatsIn ( int &numMsgs, int &numBytes ) : void | ||
GetStatsOut ( int &numMsgs, int &numBufferedMsgs, int &numBytes, int &lastBufferedPerSecond ) : void | ||
Send ( short msgType, |
||
SendByChannel ( short msgType, |
||
SendBytes ( byte bytes, int numBytes, int channelId ) : bool | ||
SendUnreliable ( short msgType, |
||
SendWriter ( |
||
ULocalConnectionToServer ( |
public GetStatsIn ( int &numMsgs, int &numBytes ) : void | ||
numMsgs | int | |
numBytes | int | |
return | void |
public GetStatsOut ( int &numMsgs, int &numBufferedMsgs, int &numBytes, int &lastBufferedPerSecond ) : void | ||
numMsgs | int | |
numBufferedMsgs | int | |
numBytes | int | |
lastBufferedPerSecond | int | |
return | void |
public Send ( short msgType, |
||
msgType | short | |
msg | ||
return | bool |
public SendByChannel ( short msgType, |
||
msgType | short | |
msg | ||
channelId | int | |
return | bool |
public SendBytes ( byte bytes, int numBytes, int channelId ) : bool | ||
bytes | byte | |
numBytes | int | |
channelId | int | |
return | bool |
public SendUnreliable ( short msgType, |
||
msgType | short | |
msg | ||
return | bool |
public SendWriter ( |
||
writer | ||
channelId | int | |
return | bool |
public ULocalConnectionToServer ( |
||
localServer | ||
return | System |