WrapperReadSigned Method (String, UInt32) |
Read set of multiple signed registers, numCaptures times
Namespace:
FX3ApiWrapper
Assembly:
FX3ApiWrapper (in FX3ApiWrapper.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic long[] ReadSigned(
string[] RegNames,
uint NumCaptures
)
Public Function ReadSigned (
RegNames As String(),
NumCaptures As UInteger
) As Long()
public:
array<long long>^ ReadSigned(
array<String^>^ RegNames,
unsigned int NumCaptures
)
member ReadSigned :
RegNames : string[] *
NumCaptures : uint32 -> int64[]
Parameters
- RegNames
- Type: SystemString
Names of all registers to read - NumCaptures
- Type: SystemUInt32
Number of times to read the register list
Return Value
Type:
Int64Array of register read values
See Also