BgApiDriver.BgApi.ble_evt_attclient_read_multiple_response C# (CSharp) Method

ble_evt_attclient_read_multiple_response() protected method

protected ble_evt_attclient_read_multiple_response ( ble_msg_attclient_read_multiple_response_evt_t arg ) : void
arg ble_msg_attclient_read_multiple_response_evt_t
return void
        protected virtual void ble_evt_attclient_read_multiple_response(ble_msg_attclient_read_multiple_response_evt_t arg)
        {
            log("ble_evt_attclient_read_multiple_response");
        }
BgApi