BgApiDriver.BgApi.ble_evt_hardware_adc_result C# (CSharp) Method

ble_evt_hardware_adc_result() protected method

protected ble_evt_hardware_adc_result ( ble_msg_hardware_adc_result_evt_t arg ) : void
arg ble_msg_hardware_adc_result_evt_t
return void
        protected virtual void ble_evt_hardware_adc_result(ble_msg_hardware_adc_result_evt_t arg)
        {
            log("ble_evt_hardware_adc_result");
        }
BgApi