Retrieves whether the barcode type can be a composite barcode with a certain component.
Only certain types of barcodes can have composite components, and not all composite barcodes support all type of component types. You can use this function to find out if a certain barcode type supports a certain type of composite component.
- Parameters:
-
[in] | barcodeType | e_BarCType. The type of barcode. |
[in] | componentType | e_CCType. The type of composite component. |
- Return values:
-
| true | The given barcode type supports the given composite component. |
| false | The given barcode type cannot be a composite barcode, or it the does not support the given type of component. |