serialize_data_code_2d_model — 序列化二维数据码模型。
serialize_data_code_2d_model( : : DataCodeHandle : SerializedItemHandle)
serialize_data_code_2d_model serializes a 2D data 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 data code model is defined by the handle DataCodeHandle.
The serialized 2D data 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 data code reader see the introduction of chapter Identification / Data Code。
DataCodeHandle (输入控制) datacode_2d → (handle)
Handle of the 2D data code model.
SerializedItemHandle (输出控制) serialized_item → (handle)
Handle of the serialized item.
如果参数有效,算子
serialize_data_code_2d_model 返回值 2 ( H_MSG_TRUE )。如有必要,则抛出异常。
set_data_code_2d_param,
find_data_code_2d
fwrite_serialized_item,
send_serialized_item,
deserialize_data_code_2d_model
create_data_code_2d_model,
set_data_code_2d_param,
find_data_code_2d
数据码