コード例 #1
0
        public IdentifyCommand()
        {
            CommandPrefix = "ATI9";

            Application = new DeviceComponent();
            FirmWare = new DeviceComponent();
        }
コード例 #2
0
        public IdentifyCommand()
        {
            CommandPrefix = "ATI9";

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