SG RFID nRF51822 fork

Fork of nRF51822 by Nordic Semiconductor

Embed: (wiki syntax)

« Back to documentation index

ble_ias_c_init_t Struct Reference

ble_ias_c_init_t Struct Reference
[Immediate Alert Service Client]

IAS Client init structure. More...

#include <ble_ias_c.h>

Data Fields

ble_ias_c_evt_handler_t evt_handler
 Event handler to be called for handling events from the Immediate Alert Service client.
ble_srv_error_handler_t error_handler
 Function to be called in case of an error.

Detailed Description

IAS Client init structure.

This contains all options and data needed for initialization of the client.

Definition at line 70 of file ble_ias_c.h.


Field Documentation

Event handler to be called for handling events from the Immediate Alert Service client.

Definition at line 72 of file ble_ias_c.h.