Example #1
0
        private void SendCommandTable(byte command)
        {
            if (command != 0x00)
            {
                return;
            }

            _connectionManager.SendJson(
                ((SingleDataConnection)_connectionManager.Connection).DataSocket, ServerCommandTable);
        }