WrapperReadUnsigned Method (String, UInt32, UInt32) |
Read set of multiple unsigned registers, numCaptures times per data ready, numBuffers total captures
Namespace:
FX3ApiWrapper
Assembly:
FX3ApiWrapper (in FX3ApiWrapper.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic uint[] ReadUnsigned(
string[] RegNames,
uint NumCaptures,
uint NumBuffers
)
Public Function ReadUnsigned (
RegNames As String(),
NumCaptures As UInteger,
NumBuffers As UInteger
) As UInteger()
public:
array<unsigned int>^ ReadUnsigned(
array<String^>^ RegNames,
unsigned int NumCaptures,
unsigned int NumBuffers
)
member ReadUnsigned :
RegNames : string[] *
NumCaptures : uint32 *
NumBuffers : uint32 -> uint32[]
Parameters
- RegNames
- Type: SystemString
Names of all registers to read - NumCaptures
- Type: SystemUInt32
Number of times to read the register list - NumBuffers
- Type: SystemUInt32
Number of register captures to read
Return Value
Type:
UInt32Array of register read values
See Also