Static Public Member Functions | |
| static mixed | ClientVersionIsPost (mixed version) |
| static mixed | HandlePacket (mixed input, mixed iId, mixed iPacketSize) |
| static mixed | LogOutgoingPacket (mixed fifo, mixed len) |
| static mixed | LogIncomingPacket (mixed fifo, mixed len) |
| static mixed | LogPacket (mixed fifo, mixed len, mixed direction) |
| static mixed | HexDumpUOPacket (mixed fifo, mixed len, mixed bIsFromClient, mixed traceback) |
Definition at line 711 of file lua_pseudo_code.cpp.
| static mixed protocol::ClientVersionIsPost | ( | mixed | version | ) | [inline, static] |
Definition at line 713 of file lua_pseudo_code.cpp.
| static mixed protocol::HandlePacket | ( | mixed | input, | |
| mixed | iId, | |||
| mixed | iPacketSize | |||
| ) | [inline, static] |
Definition at line 715 of file lua_pseudo_code.cpp.
| static mixed protocol::LogOutgoingPacket | ( | mixed | fifo, | |
| mixed | len | |||
| ) | [inline, static] |
Definition at line 717 of file lua_pseudo_code.cpp.
| static mixed protocol::LogIncomingPacket | ( | mixed | fifo, | |
| mixed | len | |||
| ) | [inline, static] |
Definition at line 719 of file lua_pseudo_code.cpp.
| static mixed protocol::LogPacket | ( | mixed | fifo, | |
| mixed | len, | |||
| mixed | direction | |||
| ) | [inline, static] |
Definition at line 721 of file lua_pseudo_code.cpp.
| static mixed protocol::HexDumpUOPacket | ( | mixed | fifo, | |
| mixed | len, | |||
| mixed | bIsFromClient, | |||
| mixed | traceback | |||
| ) | [inline, static] |
Definition at line 723 of file lua_pseudo_code.cpp.
1.5.6