![]() |
Using the µVision Socket Interface
Application Note 198
Control and monitor µVision via the built-in TCP/IP interface
|
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) |
| 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.