xfgrPreCreateCB
xfgrPostCreateCB(
t_mode
s_callbackFunction
)
=> t / nil
Description
Registers or de-registers the user-defined callback function before the creation of the fluid guard ring instance.
Arguments
|
The function mode. |
|
Value Returned
Example
Registers the devicePrecreation callback function.
procedure(devicePrecreation(args) let(() info("Creating device with params %L" args)
)
)
xfgrPreCreateCB("r" "devicePrecreation")
Return to top