C# Class Blaze.Server.Client

Show file Open project: sebastian-malek/blaze-server Class Usage Examples

Public Methods

Method Description
Client ( ) : System
HandleRequest ( byte buffer, int length ) : void
Notify ( Component componentID, int commandID, int errorCode, List data ) : void
Reply ( Request request, int errorCode, List data ) : void
Touch ( ) : void

Private Methods

Method Description
HandleRequest ( Request request ) : void
Send ( Component componentID, int commandID, int errorCode, MessageType messageType, int messageID, List data ) : void

Method Details

Client() public method

public Client ( ) : System
return System

HandleRequest() public method

public HandleRequest ( byte buffer, int length ) : void
buffer byte
length int
return void

Notify() public method

public Notify ( Component componentID, int commandID, int errorCode, List data ) : void
componentID Component
commandID int
errorCode int
data List
return void

Reply() public method

public Reply ( Request request, int errorCode, List data ) : void
request Request
errorCode int
data List
return void

Touch() public method

public Touch ( ) : void
return void