public IdentifyCommand()
        {
            CommandPrefix = "ATI9";

            Application = new DeviceComponent();
            FirmWare = new DeviceComponent();
        }
Esempio n. 2
0
        public IdentifyCommand()
        {
            CommandPrefix = "ATI9";

            Application = new DeviceComponent();
            FirmWare    = new DeviceComponent();
        }