User Manual

Table Of Contents
4-22 Millennial Net
Using the MeshScape API
18. ibApi_RegisterEvent()
ibApi_RegisterEvent(
ibApi_APIHANDLE api_hdl,
ibApi_CALLBACK_FUNCTIONapi_callback)
;
This function registers a callback function to be called upon receipt of the specified
asynchronous event.
Parameters:
api_hdl: (input) API handle returned from ibApi_Open().
api_callback: (input) Callback function to register for asynchronous events as defined by
prior call to ibApi_SetEventMask().
Return Value:
An ibApi_RESULT_SUCCESS if successful or an error code (<0) if unsuccessful.