deserialize_data_code_2d_model🔗
Short description🔗
deserialize_data_code_2d_model — Deserialize a serialized 2D code model.
Signature🔗
deserialize_data_code_2d_model( serialized_item SerializedItemHandle, out datacode_2d DataCodeHandle )
Description🔗
deserialize_data_code_2d_model deserializes a 2D code model,
that was serialized by serialize_data_code_2d_model
(see fwrite_serialized_item for an introduction of the basic
principle of serialization). The serialized 2D code model is defined
by the handle SerializedItemHandle. The deserialized values are
stored in a new 2D code model with the handle DataCodeHandle.
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🔗
SerializedItemHandle (input_control) serialized_item → (handle)
Handle of the serialized item.
DataCodeHandle (output_control) datacode_2d → (handle)
Handle of the 2D code model.
Result🔗
The operator deserialize_data_code_2d_model returns the value 2 (H_MSG_TRUE)
if the 2D code can be correctly deserialized.
Otherwise, an exception is raised.
Combinations with other operators🔗
Combinations
Possible predecessors
fread_serialized_item, receive_serialized_item, serialize_data_code_2d_model
Possible successors
Alternatives
See also
Module🔗
Data Code