Admin Production ni-theme
Current Publication

ATTR_UDP_CALLBACK

LabWindows/CVI

ATTR_UDP_CALLBACK

Data Type: pointer
Description: This attribute specifies the user callback function registered to handle UDP events.

The function must have the following form:

int CVICALLBACK UDPCallback (unsigned int channel, int eventType, int errCode, void *callbackData);

Pass NULL to disable callbacks.
LabWindows/CVI
Compatibility:
LabWindows/CVI 8.5 and later