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
UVSC_CB_DATA Struct Reference

Data Fields

UVSOCK_CMD msg
 UVSOCK fromatted message (returned when UVSC_CB_TYPE is UVSC_CB_ASYNC_MSG, UVSC_CB_BUILD_OUTPUT_MSG, UVSC_CB_CMD_OUTPUT_MSG or UVSC_CB_PROGRESS_BAR_MSG) More...
 
UVSC_STATUS err
 Error notification (returned when UVSC_CB_TYPE is UVSC_CB_ERROR) More...
 
int iConnHandle
 UVSC connection handle (returned when UVSC_CB_TYPE is UVSC_CB_DISCONNECTED) More...
 

Description

UVSC callback data

Contains the data retuned in the UVSC callback function uvsc_cb configured through UVSC_OpenConnection.

Field Documentation

UVSC_STATUS UVSC_CB_DATA::err

Error notification (returned when UVSC_CB_TYPE is UVSC_CB_ERROR)

int UVSC_CB_DATA::iConnHandle

UVSC connection handle (returned when UVSC_CB_TYPE is UVSC_CB_DISCONNECTED)

UVSOCK_CMD UVSC_CB_DATA::msg

UVSOCK fromatted message (returned when UVSC_CB_TYPE is UVSC_CB_ASYNC_MSG, UVSC_CB_BUILD_OUTPUT_MSG, UVSC_CB_CMD_OUTPUT_MSG or UVSC_CB_PROGRESS_BAR_MSG)