Functions | |
void | OnBarcodeProcessed (void) |
This event is triggered when a barcode is successfully found and read. | |
void | OnError (TxCVC_BC_ERROR Errors) |
This event is triggered when an error occurs. | |
void | OnValueChanged (void) |
This event is triggered when a parameter has been modified because of inconsistencies. | |
void OnBarcodeProcessed | ( | void | ) |
void OnError | ( | TxCVC_BC_ERROR | Errors | ) |
This event is triggered when an error occurs.
[in] | Errors | Error code. For possible values see TxCVC_BC_ERROR. |
void OnValueChanged | ( | void | ) |
This event is triggered when a parameter has been modified because of inconsistencies.
This can occur when, for example, a MinDigits value is larger than the MaxDigits value.
The settings are checked for validity for the calls Execute, SaveConfiguration and LoadConfiguration.
The OnValueChanged event can be used to update the display of settings in such cases.