BgApiDriver.BgApi.ble_evt_system_debug C# (CSharp) Méthode

ble_evt_system_debug() protected méthode

protected ble_evt_system_debug ( ble_msg_system_debug_evt_t arg ) : void
arg ble_msg_system_debug_evt_t
Résultat void
        protected virtual void ble_evt_system_debug(ble_msg_system_debug_evt_t arg)
        {
            log("ble_evt_system_debug");
        }
BgApi