Property | Type | Description | |
---|---|---|---|
cws_listener | |||
iweb | IWebSocketConnection | ||
player | LKCamelot.model.Player |
Method | Description | |
---|---|---|
BuyAuction ( LKCamelot msg ) : void | ||
CharCurMessage ( LKCamelot play ) : void | ||
ClaimAuction ( LKCamelot msg ) : void | ||
CreateAuction ( LKCamelot msg, LKCamelot play ) : void | ||
CreateBuffer ( LKCamelot msg ) : byte[] | ||
GetAuctions ( LKCamelot play ) : void | ||
GetItemsMessage ( LKCamelot msg, LKCamelot play ) : void | ||
KeepAlive ( LKCamelot play ) : void | ||
LoginMessage ( LKCamelot msg ) : void | ||
ProcessMessage ( byte message ) : void | ||
WebClient ( IWebSocketConnection client, |
public CharCurMessage ( LKCamelot play ) : void | ||
play | LKCamelot | |
return | void |
public CreateAuction ( LKCamelot msg, LKCamelot play ) : void | ||
msg | LKCamelot | |
play | LKCamelot | |
return | void |
public CreateBuffer ( LKCamelot msg ) : byte[] | ||
msg | LKCamelot | |
return | byte[] |
public GetItemsMessage ( LKCamelot msg, LKCamelot play ) : void | ||
msg | LKCamelot | |
play | LKCamelot | |
return | void |
public ProcessMessage ( byte message ) : void | ||
message | byte | |
return | void |
public WebClient ( IWebSocketConnection client, |
||
client | IWebSocketConnection | |
cws_listener | ||
return | System |
public WebSocketListener,LKCamelot cws_listener | ||
return |