C# Class GameCommon.UserManagementClientNetworkService

Inheritance: ClientNetworkService
ファイルを表示 Open project: DarrenHassan/GDM4242-GroupD Class Usage Examples

Public Methods

Method Description
GetUser ( uint identifier ) : UserInfo
UserManagementClientNetworkService ( ) : System

Protected Methods

Method Description
Dispose ( ) : void

Private Methods

Method Description
AddUser ( uint identifier, string name, bool thisUserFlag ) : void
ReceiveMessage_AddUserToClient ( NetworkNode sender, MessageType messageType, ReceiveDataReader reader, string &additionalErrorMessage ) : bool
ReceiveMessage_RemoveUserToClient ( NetworkNode sender, MessageType messageType, ReceiveDataReader reader, string &additionalErrorMessage ) : bool
RemoveUser ( UserInfo user ) : void

Method Details

Dispose() protected method

protected Dispose ( ) : void
return void

GetUser() public method

public GetUser ( uint identifier ) : UserInfo
identifier uint
return UserInfo

UserManagementClientNetworkService() public method

public UserManagementClientNetworkService ( ) : System
return System