You are here: Start » AVL.NET » Serializer.Read Method

Serializer.Read Method

Reads a single [In, Out] AvlNet::DataMatrixCodeParams^% value from a memory.

Namespace:AvlNet.Serialization
Assembly:AVL.NET.TS.dll

Syntax

public static void Read
(
	System.IntPtr data,
	ref AvlNet.DataMatrixCodeParams value
)

Parameters

Name Type Range Default Description
dataSystem.IntPtr
valueAvlNet.DataMatrixCodeParams

Function Overrides

See also