Click or drag to resize

WrapperConvertBufferDataToU32 Method

Converted buffered stream data packet to 32-bit array, based on the size of the registers read

Namespace:  FX3ApiWrapper
Assembly:  FX3ApiWrapper (in FX3ApiWrapper.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public uint[] ConvertBufferDataToU32(
	ushort[] buf
)

Parameters

buf
Type: SystemUInt16
Raw buffer packet to convert

Return Value

Type: UInt32
32-bit unsigned array representing the value of each register read
See Also