Click or drag to resize

ArrayDataReader Constructor (Byte, Int32, Int32)

Initializes a new instance of the ArrayDataReader class

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public ArrayDataReader(
	byte[] data,
	int startPosition,
	int length
)

Parameters

data
Type: SystemByte
startPosition
Type: SystemInt32
length
Type: SystemInt32
See Also