Click or drag to resize

FX3ConnectionReadRegArrayStream Method (IEnumerableUInt32, UInt32, UInt32)

[Missing <summary> documentation for "M:FX3Api.FX3Connection.ReadRegArrayStream(System.Collections.Generic.IEnumerable{System.UInt32},System.UInt32,System.UInt32)"]

Namespace:  FX3Api
Assembly:  FX3Api (in FX3Api.dll) Version: 2.9.4.0 (2.9.4)
Syntax
public ushort[] ReadRegArrayStream(
	IEnumerable<uint> addr,
	uint numCaptures,
	uint numBuffers
)

Parameters

addr
Type: System.Collections.GenericIEnumerableUInt32

[Missing <param name="addr"/> documentation for "M:FX3Api.FX3Connection.ReadRegArrayStream(System.Collections.Generic.IEnumerable{System.UInt32},System.UInt32,System.UInt32)"]

numCaptures
Type: SystemUInt32

[Missing <param name="numCaptures"/> documentation for "M:FX3Api.FX3Connection.ReadRegArrayStream(System.Collections.Generic.IEnumerable{System.UInt32},System.UInt32,System.UInt32)"]

numBuffers
Type: SystemUInt32

[Missing <param name="numBuffers"/> documentation for "M:FX3Api.FX3Connection.ReadRegArrayStream(System.Collections.Generic.IEnumerable{System.UInt32},System.UInt32,System.UInt32)"]

Return Value

Type: UInt16

[Missing <returns> documentation for "M:FX3Api.FX3Connection.ReadRegArrayStream(System.Collections.Generic.IEnumerable{System.UInt32},System.UInt32,System.UInt32)"]

Implements

IRegInterface.ReadRegArrayStream(IEnumerableUInt32, UInt32, UInt32)
See Also