Modifying Callbacks

For a list of protocols that support asynchronous communication, see Protocol Support for 64-bit Recording, Async, and IPv6.

After VuGen scans a Vuser script for asynchronous communication, the Async tab of the Design Studio lists the asynchronous conversations that were found in the script. For each asynchronous conversation found during the scan, VuGen adds the required callback function declarations in the AsyncCallbacks.c file. To implement the required behavior, you can modify the callbacks that were added by VuGen. Modifying a callback includes:

For more details on using callback functions, see Implementing Callbacks.

Back to top