Click or drag to resize

ArrayDataReaderReadBuffer(Byte, Int32, Int32) Method


Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public void ReadBuffer(
	byte[] destination,
	int offset,
	int length
)

Parameters

destination  Byte
 
offset  Int32
 
length  Int32
 
See Also