Exemplo n.º 1
0
        public virtual void OnRaiseWriteMcuEvent(CustomRecvDataEventArgs e)
        {
            DelegateBoqiangH5 handler = RaiseWriteMcuEvent;

            if (handler != null)
            {
                handler(this, e);
            }
        }
Exemplo n.º 2
0
        public virtual void OnRaiseAdjustZeroCurrenEvent(CustomRecvDataEventArgs e)
        {
            DelegateBoqiangH5 handler = RaiseAdjustZeroCurrenEvent;

            if (handler != null)
            {
                handler(this, e);
            }
        }
Exemplo n.º 3
0
        public virtual void OnRaiseReadHumidityProtectParamEvent(CustomRecvDataEventArgs e)
        {
            DelegateBoqiangH5 handler = RaiseReadHumidityProtectParamEvent;

            if (handler != null)
            {
                handler(this, e);
            }
        }
Exemplo n.º 4
0
        public virtual void OnRaiseReadBqDeviceInfoEvent(CustomRecvDataEventArgs e)
        {
            DelegateBoqiangH5 handler = RaiseReadBqDeviceInfoEvent;

            if (handler != null)
            {
                handler(this, e);
            }
        }
Exemplo n.º 5
0
        public virtual void OnRaiseRequireReadOthersEvent(CustomRecvDataEventArgs e)
        {
            DelegateBoqiangH5 handler = RaiseRequireReadOthersEvent;

            if (handler != null)
            {
                handler(this, e);
            }
        }
Exemplo n.º 6
0
        public virtual void OnRaiseWriteTemperatureProtectParamEvent(CustomRecvDataEventArgs e)
        {
            DelegateBoqiangH5 handler = RaiseWriteTemperatureProtectParamEvent;

            if (handler != null)
            {
                handler(this, e);
            }
        }
Exemplo n.º 7
0
        public virtual void OnRaiseSettingBrakeStatus(CustomRecvDataEventArgs e)
        {
            DelegateBoqiangH5 handler = RaiseSettingBrakeStatusEvent;

            if (handler != null)
            {
                handler(this, e);
            }
        }
Exemplo n.º 8
0
        // lipeng 2020.04.02写入制造信息
        public virtual void OnRaiseWriteManufacturingInfoEvent(CustomRecvDataEventArgs e)
        {
            DelegateBoqiangH5 handler = RaiseWriteManufacturingInformationEvent;

            if (handler != null)
            {
                handler(this, e);
            }
        }
Exemplo n.º 9
0
        public virtual void OnRaiseCommunicationMessageEvent(CustomRecvDataEventArgs e)
        {
            DelegateBoqiangH5 handler = RaiseCommunicationMessageEvent;

            if (handler != null)
            {
                handler(this, e);
            }
        }
Exemplo n.º 10
0
        public virtual void OnRaiseSendUpdateAppInfoEvent(CustomRecvDataEventArgs e)
        {
            DelegateBoqiangH5 handler = RaiseSendUpdateAppInfoEvent;

            if (handler != null)
            {
                handler(this, e);
            }
        }
Exemplo n.º 11
0
        public virtual void OnRaiseAdjustInnerResistanceEvent(CustomRecvDataEventArgs e)
        {
            DelegateBoqiangH5 handler = RaiseAdjustInnerResistanceEvent;

            if (handler != null)
            {
                handler(this, e);
            }
        }
Exemplo n.º 12
0
        public virtual void OnRaiseAdjustBatteryVoltageEvent(CustomRecvDataEventArgs e)
        {
            DelegateBoqiangH5 handler = RaiseAdjustBatteryVoltageEvent;

            if (handler != null)
            {
                handler(this, e);
            }
        }
Exemplo n.º 13
0
        public virtual void OnRaiseReadDdRecordCountEvent(CustomRecvDataEventArgs e)
        {
            DelegateBoqiangH5 handler = RaiseReadDdRecordCountEvent;

            if (handler != null)
            {
                handler(this, e);
            }
        }