Typedefs

typedef void(* otas_evt_handler_t) (otas_evt_t *p_evt)
 OTA Service event handler type. More...
 
typedef void(* function) (void)
 OTA Service function type. More...
 

Detailed Description

Typedef Documentation

◆ function

typedef void(* function) (void)

OTA Service function type.

Definition at line 119 of file otas.h.

◆ otas_evt_handler_t

typedef void(* otas_evt_handler_t) (otas_evt_t *p_evt)

OTA Service event handler type.

Definition at line 116 of file otas.h.