Functions | |
void | CVCError (ErrorCode ErrorCode, BSTR ErrorString, boolean *Continue) |
This event is fired if an error occurs in the Digital I/O Control. More... | |
void | ImageUpdated () |
Generated when the image object has changed. | |
void | Listener (__int3264 Listener, long Port, State Value) |
This event is fired when the monitoring listener thread, which was started with BitListenerStart or DWORDListenerStart, detects the event defined in BitListenerCreate or DWORDListenerCreate respectively. More... | |
void | Toggler (__int3264 Toggler, long Port, long Value) |
This event is fired when a bit toggle, invoked with BitTogglerStart, has completed. More... | |
void CVCError | ( | ErrorCode | ErrorCode, |
BSTR | ErrorString, | ||
boolean * | Continue | ||
) |
This event is fired if an error occurs in the Digital I/O Control.
[in] | ErrorCode | A unique number describing the error. The following error codes have been defined:
| ||||||||||||||||||||||||||||||||
[in] | ErrorString | Specifies the error text of the output. | ||||||||||||||||||||||||||||||||
[in] | Continue | This specifies whether execution should continue despite the error. The user can overwrite the value in order to change the default action. The default value depends on the function that caused the error. TRUE specifies that a messate box will appear to inform the user of the error. FALSE means that it is possible to perform custom error handling, e.g. use a self-defined message-box. |
void Listener | ( | __int3264 | Listener, |
long | Port, | ||
State | Value | ||
) |
This event is fired when the monitoring listener thread, which was started with BitListenerStart or DWORDListenerStart, detects the event defined in BitListenerCreate or DWORDListenerCreate respectively.
[in] | Listener | Handle of the BitListener or DWORDListener object belonging to this event. |
[in] | Port | Monitored port. |
[in] | Value | Value of the port when the event is fired. |
void Toggler | ( | __int3264 | Toggler, |
long | Port, | ||
long | Value | ||
) |
This event is fired when a bit toggle, invoked with BitTogglerStart, has completed.
[in] | Toggler | Handle of the BitToggler object belonging to this event. |
[in] | Port | Toggled port. |
[in] | Value | Value of the toggled port after the toggle is complete. |