Using the µVision Socket Interface  Application Note 198
Control and monitor µVision via the built-in TCP/IP interface
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Client Callback Typedefs

Typedefs

typedef void(* uvsc_cb )(void *cb_custom, UVSC_CB_TYPE type, UVSC_CB_DATA *data)
 
typedef void(* log_cb )(const char *msg, int msgLen)
 

Description

Typedef Documentation

void(* log_cb)(const char *msg, int msgLen)

UVSC logging callback function pointer definition

Defines the format to which the UVSC logging callback function configured through UVSC_OpenConnection must correspond.

void(* uvsc_cb)(void *cb_custom, UVSC_CB_TYPE type, UVSC_CB_DATA *data)

UVSC callback function pointer definition

Defines the format to which the UVSC callback function configured through UVSC_OpenConnection must correspond.