Skip to content

Commit

Permalink
API documentation for gs1_encoder_vUNKNOWN_AI_NOT_DL_ATTR
Browse files Browse the repository at this point in the history
  • Loading branch information
terryburton committed May 28, 2024
1 parent 788f427 commit e2a8b3a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
5 changes: 4 additions & 1 deletion docs/gs1encoders_8h.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions src/c-lib/gs1encoders.h
Original file line number Diff line number Diff line change
Expand Up @@ -289,10 +289,10 @@ typedef enum gs1_encoder_symbologies gs1_encoder_symbologies_t;
enum gs1_encoder_validations {
// Exported as API. Not to be re-ordered.
gs1_encoder_vMUTEX_AIS = 0,
gs1_encoder_vREQUISITE_AIS, ///< **Default: Enabled**. Validates that the input satisfies the mandatory associations for each AI.
gs1_encoder_vREQUISITE_AIS, ///< **Default: Enabled**. Validates that the input satisfies the mandatory associations for each AI.
gs1_encoder_vREPEATED_AIS,
gs1_encoder_vDIGSIG_SERIAL_KEY,
gs1_encoder_vUNKNOWN_AI_NOT_DL_ATTR,
gs1_encoder_vUNKNOWN_AI_NOT_DL_ATTR, ///< **Default: Enabled**. Unknown AIs will not be accepted as GS1 DL URI data attributes.
gs1_encoder_vNUMVALIDATIONS,
};

Expand Down Expand Up @@ -470,6 +470,7 @@ GS1_ENCODERS_API gs1_encoder* gs1_encoder_init(void *mem);
* * Ensure that the AIs extracted from the path info form a valid primary
* key to key-qualifier association.
* * Ensure that the query parameter structure is correct allowing for AI extraction.
* * Ensure that the AIs extracted from the query parameters are valid GS1 DL URI data attributes.
* * Then, for all AI-based data (bracketed, unbracketed and GS1 Digital Link URIs):
* * For each component of each AI, as defined by the Syntax Dictionary:
* * Validate that its length is within limits.
Expand Down

0 comments on commit e2a8b3a

Please sign in to comment.