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

Serializer.Read Method

Reads a single [Out] AvlNet::RangeThresholdParams% value from the given buffer.

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

Syntax

public static void Read
(
	byte[] data,
	out AvlNet.RangeThresholdParams value
)

Parameters

Name Type Range Default Description
databyte[]
valueAvlNet.RangeThresholdParams

Function Overrides

See also