Server: Len    7
07 00
3A
00 00 00 00   // response

protected final void writeImpl()
{
	writeC(0x3a);
	writeD(_response);
}
