checkAndApply: method of the AUIDataCaptureSettings interface
Checks if the properties' value of the AUIDataCaptureSettings object are consistent. If true, then applies the settings to a capture profile.
- (BOOL)checkAndApply:(NSError**)error;
Parameters
- error
- The error that has occurred, if any.
Return values
The method returns YES if all settings are consistent, NO otherwise.
3/2/2022 12:59:15 PM