public void WriteCommand(params byte[][] cmdWithBinaryArgs) { client.WriteAllToSendBuffer(cmdWithBinaryArgs); cmdCount++; }