WrapperReadSigned Method (UInt32, UInt32, UInt32, UInt32) |
Read signed registers based on page/address
Namespace:
FX3ApiWrapper
Assembly:
FX3ApiWrapper (in FX3ApiWrapper.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic long[] ReadSigned(
uint[] RegAddrs,
uint RegPage,
uint NumCaptures,
uint NumBuffers
)
Public Function ReadSigned (
RegAddrs As UInteger(),
RegPage As UInteger,
NumCaptures As UInteger,
NumBuffers As UInteger
) As Long()
public:
array<long long>^ ReadSigned(
array<unsigned int>^ RegAddrs,
unsigned int RegPage,
unsigned int NumCaptures,
unsigned int NumBuffers
)
member ReadSigned :
RegAddrs : uint32[] *
RegPage : uint32 *
NumCaptures : uint32 *
NumBuffers : uint32 -> int64[]
Parameters
- RegAddrs
- Type: SystemUInt32
Register addresses to read - RegPage
- Type: SystemUInt32
Register page - NumCaptures
- Type: SystemUInt32
Number of times to read the register list - NumBuffers
- Type: SystemUInt32
Number of register captures to read
Return Value
Type:
Int64Array of register read values
See Also