BgApiDriver.BgApi.ble_evt_dfu_boot C# (CSharp) Method

ble_evt_dfu_boot() protected method

protected ble_evt_dfu_boot ( ble_msg_dfu_boot_evt_t arg ) : void
arg ble_msg_dfu_boot_evt_t
return void
        protected virtual void ble_evt_dfu_boot(ble_msg_dfu_boot_evt_t arg)
        {
            log("ble_evt_dfu_boot");
        }
BgApi