Method |
Description |
|
ConstructPacket ( BattlEyePacketType packetType, int sequenceNumber, string command ) : byte[] |
|
|
Disconnect ( BattlEyeDisconnectionType disconnectionType ) : void |
|
|
OnBattlEyeMessage ( string message, int id ) : void |
|
|
OnConnect ( BattlEyeLoginCredentials loginDetails, BattlEyeConnectionResult connectionResult ) : void |
|
|
OnDisconnect ( BattlEyeLoginCredentials loginDetails, BattlEyeDisconnectionType disconnectionType ) : void |
|
|
Receive ( ) : void |
|
|
ReceiveCallback ( IAsyncResult ar ) : void |
|
|
SendAcknowledgePacket ( string command ) : BattlEyeCommandResult |
|
|
SendCommandPacket ( BattlEyeCommand command, string parameters = "" ) : int |
|
|
SendCommandPacket ( string command, bool log = true ) : int |
|
|
SendLoginPacket ( string command ) : BattlEyeCommandResult |
|
|
sendPacket ( byte packet ) : void |
|
|