Operator Reference
deserialize_data_code_2d_model (Operator)
deserialize_data_code_2d_model — Deserialize a serialized 2D data code model.
Signature
deserialize_data_code_2d_model( : : SerializedItemHandle : DataCodeHandle)
Description
deserialize_data_code_2d_model deserializes a 2D data 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 data code model is defined
by the handle SerializedItemHandle. The deserialized values are
stored in a new 2D data code model with the handle DataCodeHandle.
For an explanation of the concept of the 2D data code reader see the introduction of chapter Identification / Data Code.
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 data code model.
Result
The operator deserialize_data_code_2d_model returns the value 2 (
H_MSG_TRUE)
if the 2D data code can be correctly deserialized.
Otherwise, an exception is raised.
Possible Predecessors
fread_serialized_item,
receive_serialized_item,
serialize_data_code_2d_model
Possible Successors
Alternatives
See also
serialize_data_code_2d_model,
clear_data_code_2d_model
Module
Data Code