|
GS1 Barcode Syntax Tests reference
A reference to the AI component "linter" routines referred to by the GS1 Barcode Syntax Dictionary. Copyright (c) 2022-2024 GS1 AISBL.
|
The mi linter ensures that the given data is a meaningful minute number in an hour.
| GS1_SYNTAX_DICTIONARY_API gs1_lint_err_t gs1_lint_mi | ( | const char *const | data, |
| size_t | data_len, | ||
| size_t *const | err_pos, | ||
| size_t *const | err_len | ||
| ) |
Used to ensure that an AI component conforms to MI format for minutes within an hour.
| [in] | data | Pointer to the data to be linted. Must not be NULL. |
| [in] | data_len | Length of the data to be linted. |
| [out] | err_pos | To facilitate error highlighting, the start position of the bad data is written to this pointer, if not NULL. |
| [out] | err_len | The length of the bad data is written to this pointer, if not NULL. |