Method | Description | |
---|---|---|
HandleMsg ( IPacketMsg packetMsg ) : void |
Handles a client message. This should not be called directly.
|
|
Send ( IClientGCMsg msg, uint appId ) : void |
Sends a game coordinator message for a specific appid.
|
Method | Description | |
---|---|---|
Send ( byte data, uint appId ) : void |
public HandleMsg ( IPacketMsg packetMsg ) : void | ||
packetMsg | IPacketMsg | The packet message that contains the data. |
return | void |
public Send ( IClientGCMsg msg, uint appId ) : void | ||
msg | IClientGCMsg | The GC message to send. |
appId | uint | The app id of the game coordinator to send to. |
return | void |