serialize_data_code_2d_model🔗
Short description🔗
serialize_data_code_2d_model — Serialize a 2D code model.
Signature🔗
serialize_data_code_2d_model( datacode_2d DataCodeHandle, out serialized_item SerializedItemHandle )
Description🔗
serialize_data_code_2d_model serializes a 2D code model (see
fwrite_serialized_item for an introduction of the basic
principle of serialization). The same data that is written in a
file by write_data_code_2d_model is converted to a serialized item.
The 2D code model is defined by the handle DataCodeHandle.
The serialized 2D code model is returned by the handle
SerializedItemHandle and can be deserialized by
deserialize_data_code_2d_model.
For an explanation of the concept of the 2D code reader see the introduction of chapter Identification / Data Code.
Execution information🔗
Execution information
-
Multithreading type: reentrant (runs in parallel with non-exclusive operators).
-
Multithreading scope: global (may be called from any thread).
-
Processed without parallelization.
Parameters🔗
DataCodeHandle (input_control) datacode_2d → (handle)
Handle of the 2D code model.
SerializedItemHandle (output_control) serialized_item → (handle)
Handle of the serialized item.
Result🔗
If the parameters are valid, the operator
serialize_data_code_2d_model returns the value 2 (H_MSG_TRUE). If
necessary, an exception is raised.
Combinations with other operators🔗
Combinations
Possible predecessors
set_data_code_2d_param, find_data_code_2d
Possible successors
fwrite_serialized_item, send_serialized_item, deserialize_data_code_2d_model
Alternatives
See also
create_data_code_2d_model, set_data_code_2d_param, find_data_code_2d
Module🔗
Data Code