|
Scanbot SDK
|
Go to the source code of this file.
Functions | |
| SBSDK_API scanbotsdk_error_code_t | scanbotsdk_character_encoding_t_to_string (scanbotsdk_character_encoding_t value, const char **result) |
| Returns the string representation of the given scanbotsdk_character_encoding_t value. | |
| SBSDK_API scanbotsdk_error_code_t | scanbotsdk_range_encoding_create (int start, int end, scanbotsdk_character_encoding_t encoding, scanbotsdk_range_encoding_t **result) |
| Creates a new instance of scanbotsdk_range_encoding with given params and stores it in the location specified by the last argument. | |
| SBSDK_API scanbotsdk_error_code_t | scanbotsdk_range_encoding_free (scanbotsdk_range_encoding_t *object) |
| Frees the memory allocated for the instance of scanbotsdk_range_encoding_t. If null is passed, the function does nothing. | |
| SBSDK_API scanbotsdk_error_code_t | scanbotsdk_range_encoding_get_start (scanbotsdk_range_encoding_t *self, int *start) |
| Returns value of start field of the given object. | |
| SBSDK_API scanbotsdk_error_code_t | scanbotsdk_range_encoding_get_end (scanbotsdk_range_encoding_t *self, int *end) |
| Returns value of end field of the given object. | |
| SBSDK_API scanbotsdk_error_code_t | scanbotsdk_range_encoding_get_encoding (scanbotsdk_range_encoding_t *self, scanbotsdk_character_encoding_t *encoding) |
| Returns value of encoding field of the given object. | |
| SBSDK_API scanbotsdk_error_code_t | scanbotsdk_structured_append_info_create (int count, int index, const char *id, scanbotsdk_structured_append_info_t **result) |
| Creates a new instance of scanbotsdk_structured_append_info with given params and stores it in the location specified by the last argument. | |
| SBSDK_API scanbotsdk_error_code_t | scanbotsdk_structured_append_info_free (scanbotsdk_structured_append_info_t *object) |
| Frees the memory allocated for the instance of scanbotsdk_structured_append_info_t. If null is passed, the function does nothing. | |
| SBSDK_API scanbotsdk_error_code_t | scanbotsdk_structured_append_info_get_count (scanbotsdk_structured_append_info_t *self, int *count) |
| Returns value of count field of the given object. | |
| SBSDK_API scanbotsdk_error_code_t | scanbotsdk_structured_append_info_get_index (scanbotsdk_structured_append_info_t *self, int *index) |
| Returns value of index field of the given object. | |
| SBSDK_API scanbotsdk_error_code_t | scanbotsdk_structured_append_info_get_id (scanbotsdk_structured_append_info_t *self, const char **id) |
| Returns value of id field of the given object. The returned pointers do NOT own the underlying object, caller must not free them. | |
| SBSDK_API scanbotsdk_error_code_t | scanbotsdk_barcode_format_t_to_string (scanbotsdk_barcode_format_t value, const char **result) |
| Returns the string representation of the given scanbotsdk_barcode_format_t value. | |
| SBSDK_API scanbotsdk_error_code_t | scanbotsdk_gs_1_handling_t_to_string (scanbotsdk_gs_1_handling_t value, const char **result) |
| Returns the string representation of the given scanbotsdk_gs_1_handling_t value. | |
| SBSDK_API scanbotsdk_error_code_t | scanbotsdk_upc_ean_extension_behavior_t_to_string (scanbotsdk_upc_ean_extension_behavior_t value, const char **result) |
| Returns the string representation of the given scanbotsdk_upc_ean_extension_behavior_t value. | |
| SBSDK_API scanbotsdk_error_code_t | scanbotsdk_one_d_confirmation_mode_t_to_string (scanbotsdk_one_d_confirmation_mode_t value, const char **result) |
| Returns the string representation of the given scanbotsdk_one_d_confirmation_mode_t value. | |