This commit is contained in:
alexey.min
2012-02-06 09:14:22 +00:00
parent 30ffde533a
commit 043d61633e
198 changed files with 13189 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
Server: Len 7
07 00
3A
00 00 00 00 // response
protected final void writeImpl()
{
writeC(0x3a);
writeD(_response);
}