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