Typedefs

typedef void(* fast_otas_evt_handler_t) (fast_otas_evt_t *p_evt)
 FAST_OTA Service event handler type. More...
 
typedef void(* function) (void)
 FAST_OTA Service function type. More...
 

Detailed Description

Typedef Documentation

◆ fast_otas_evt_handler_t

typedef void(* fast_otas_evt_handler_t) (fast_otas_evt_t *p_evt)

FAST_OTA Service event handler type.

Definition at line 117 of file fast_otas.h.

◆ function

typedef void(* function) (void)

FAST_OTA Service function type.

Definition at line 120 of file fast_otas.h.