public DeviceInterface(Interface r_clsInterface, CONTROL_ITEM r_dlgControlItem)
        {
            InitializeComponent();

            m_clsInterface   = r_clsInterface;
            m_dlgControlItem = r_dlgControlItem;
        }
        public DeviceInterface( Interface r_clsInterface, CONTROL_ITEM r_dlgControlItem)
        {
            InitializeComponent();

            m_clsInterface   = r_clsInterface;
            m_dlgControlItem = r_dlgControlItem;
        }
Beispiel #3
0
        public UpdateFW()
        {
            InitializeComponent();

            //Delegate
            dlgControlItem = new CONTROL_ITEM(ControlItem);

            //Register HID Event for receiving DBT_DEVICE_ARRIVAL and DBT_DEVICE_REMOVE_COMPLETE event puring PNP
            m_clsRegHidEvent.RegisterHidEvent(this.Handle);
        }
Beispiel #4
0
        public UpdateFW()
        {
            InitializeComponent();

            //Delegate
            dlgControlItem    = new CONTROL_ITEM(ControlItem);

            //Register HID Event for receiving DBT_DEVICE_ARRIVAL and DBT_DEVICE_REMOVE_COMPLETE event puring PNP
            m_clsRegHidEvent.RegisterHidEvent(this.Handle);
        }