Example #1
0
        public virtual void OnRaiseWriteMcuEvent(CustomRecvDataEventArgs e)
        {
            DelegateBoqiangH5 handler = RaiseWriteMcuEvent;

            if (handler != null)
            {
                handler(this, e);
            }
        }
Example #2
0
        public virtual void OnRaiseAdjustZeroCurrenEvent(CustomRecvDataEventArgs e)
        {
            DelegateBoqiangH5 handler = RaiseAdjustZeroCurrenEvent;

            if (handler != null)
            {
                handler(this, e);
            }
        }
Example #3
0
        public virtual void OnRaiseReadHumidityProtectParamEvent(CustomRecvDataEventArgs e)
        {
            DelegateBoqiangH5 handler = RaiseReadHumidityProtectParamEvent;

            if (handler != null)
            {
                handler(this, e);
            }
        }
Example #4
0
        public virtual void OnRaiseReadBqDeviceInfoEvent(CustomRecvDataEventArgs e)
        {
            DelegateBoqiangH5 handler = RaiseReadBqDeviceInfoEvent;

            if (handler != null)
            {
                handler(this, e);
            }
        }
Example #5
0
        public virtual void OnRaiseRequireReadOthersEvent(CustomRecvDataEventArgs e)
        {
            DelegateBoqiangH5 handler = RaiseRequireReadOthersEvent;

            if (handler != null)
            {
                handler(this, e);
            }
        }
Example #6
0
        public virtual void OnRaiseWriteTemperatureProtectParamEvent(CustomRecvDataEventArgs e)
        {
            DelegateBoqiangH5 handler = RaiseWriteTemperatureProtectParamEvent;

            if (handler != null)
            {
                handler(this, e);
            }
        }
Example #7
0
        public virtual void OnRaiseSettingBrakeStatus(CustomRecvDataEventArgs e)
        {
            DelegateBoqiangH5 handler = RaiseSettingBrakeStatusEvent;

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

            if (handler != null)
            {
                handler(this, e);
            }
        }
Example #9
0
        public virtual void OnRaiseCommunicationMessageEvent(CustomRecvDataEventArgs e)
        {
            DelegateBoqiangH5 handler = RaiseCommunicationMessageEvent;

            if (handler != null)
            {
                handler(this, e);
            }
        }
Example #10
0
        public virtual void OnRaiseSendUpdateAppInfoEvent(CustomRecvDataEventArgs e)
        {
            DelegateBoqiangH5 handler = RaiseSendUpdateAppInfoEvent;

            if (handler != null)
            {
                handler(this, e);
            }
        }
Example #11
0
        public virtual void OnRaiseAdjustInnerResistanceEvent(CustomRecvDataEventArgs e)
        {
            DelegateBoqiangH5 handler = RaiseAdjustInnerResistanceEvent;

            if (handler != null)
            {
                handler(this, e);
            }
        }
Example #12
0
        public virtual void OnRaiseAdjustBatteryVoltageEvent(CustomRecvDataEventArgs e)
        {
            DelegateBoqiangH5 handler = RaiseAdjustBatteryVoltageEvent;

            if (handler != null)
            {
                handler(this, e);
            }
        }
Example #13
0
        public virtual void OnRaiseReadDdRecordCountEvent(CustomRecvDataEventArgs e)
        {
            DelegateBoqiangH5 handler = RaiseReadDdRecordCountEvent;

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