|
| SBSDK_API scanbotsdk_error_code_t | scanbotsdk_license_status_t_to_string (scanbotsdk_license_status_t value, const char **result) |
| | Returns the string representation of the given scanbotsdk_license_status_t value.
|
| |
| SBSDK_API scanbotsdk_error_code_t | scanbotsdk_device_deregistration_error_create (int device_id, const char *error_message, scanbotsdk_device_deregistration_error_t **result) |
| | Creates a new instance of scanbotsdk_device_deregistration_error with given params and stores it in the location specified by the last argument.
|
| |
| SBSDK_API scanbotsdk_error_code_t | scanbotsdk_device_deregistration_error_free (scanbotsdk_device_deregistration_error_t *object) |
| | Frees the memory allocated for the instance of scanbotsdk_device_deregistration_error_t. If null is passed, the function does nothing.
|
| |
| SBSDK_API scanbotsdk_error_code_t | scanbotsdk_device_deregistration_error_get_device_id (scanbotsdk_device_deregistration_error_t *self, int *device_id) |
| | Returns value of device_id field of the given object.
|
| |
| SBSDK_API scanbotsdk_error_code_t | scanbotsdk_device_deregistration_error_get_error_message (scanbotsdk_device_deregistration_error_t *self, const char **error_message) |
| | Returns value of error_message 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_license_info_free (scanbotsdk_license_info_t *object) |
| | Frees the memory allocated for the instance of scanbotsdk_license_info_t. If null is passed, the function does nothing.
|
| |
| SBSDK_API scanbotsdk_error_code_t | scanbotsdk_license_info_get_status (scanbotsdk_license_info_t *self, scanbotsdk_license_status_t *status) |
| | Returns value of status field of the given object.
|
| |
| SBSDK_API scanbotsdk_error_code_t | scanbotsdk_license_info_get_is_valid (scanbotsdk_license_info_t *self, bool *is_valid) |
| | Returns value of is_valid field of the given object.
|
| |
| SBSDK_API scanbotsdk_error_code_t | scanbotsdk_license_info_get_license_status_message (scanbotsdk_license_info_t *self, const char **license_status_message) |
| | Returns value of license_status_message 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_license_info_get_expiration_timestamp (scanbotsdk_license_info_t *self, double *expiration_timestamp) |
| | Returns value of expiration_timestamp field of the given object.
|
| |
| SBSDK_API scanbotsdk_error_code_t | scanbotsdk_license_info_get_expiration_date_string (scanbotsdk_license_info_t *self, const char **expiration_date_string) |
| | Returns value of expiration_date_string 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_license_info_get_error_message (scanbotsdk_license_info_t *self, const char **error_message) |
| | Returns value of error_message 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_license_info_get_online_license_check_in_progress (scanbotsdk_license_info_t *self, bool *online_license_check_in_progress) |
| | Returns value of online_license_check_in_progress field of the given object.
|
| |
| SBSDK_API scanbotsdk_error_code_t | scanbotsdk_license_info_get_license (scanbotsdk_license_info_t *self, const char **license) |
| | Returns value of license 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_license_info_get_devices (scanbotsdk_license_info_t *self, int **devices) |
| | Returns value of devices 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_license_info_get_next_online_license_check_in_ms (scanbotsdk_license_info_t *self, double *next_online_license_check_in_ms) |
| | Returns value of next_online_license_check_in_ms field of the given object.
|
| |
| SBSDK_API scanbotsdk_error_code_t | scanbotsdk_license_info_get_device_deregistation_errors (scanbotsdk_license_info_t *self, scanbotsdk_device_deregistration_error_t **device_deregistation_errors, size_t size) |
| | Returns value of device_deregistation_errors 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_license_info_get_device_deregistation_errors_size (scanbotsdk_license_info_t *self, size_t *size) |
| | Returns size of device_deregistation_errors array.
|
| |
| SBSDK_API scanbotsdk_error_code_t | scanbotsdk_feature_t_to_string (scanbotsdk_feature_t value, const char **result) |
| | Returns the string representation of the given scanbotsdk_feature_t value.
|
| |