Ejemplo n.º 1
0
        public IObservable <AnswerPacket> SendCommandRequest(CommandType commandType)
        {
            CommandPacket commandPacket = new CommandPacket {
                CommandType = commandType
            };

            return(_client.CommandRequest(commandPacket));
        }