Cirrious.MvvmCross.Plugins.Sphero.Commands.BaseSpheroCommand.BaseSpheroCommand C# (CSharp) Method

BaseSpheroCommand() protected method

protected BaseSpheroCommand ( byte deviceId, byte commandId ) : Cirrious.MvvmCross.Plugins.Sphero.Interfaces
deviceId byte
commandId byte
return Cirrious.MvvmCross.Plugins.Sphero.Interfaces
        protected BaseSpheroCommand(byte deviceId, byte commandId)
        {
            DeviceId = deviceId;
            CommandId = commandId;
        }