WrapperWriteUnsigned Method (UInt32, UInt32, UInt32) |
Write unsigned data based on register addr/page
Namespace:
FX3ApiWrapper
Assembly:
FX3ApiWrapper (in FX3ApiWrapper.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic void WriteUnsigned(
uint[] RegAddrs,
uint RegPage,
uint[] WriteData
)
Public Sub WriteUnsigned (
RegAddrs As UInteger(),
RegPage As UInteger,
WriteData As UInteger()
)
public:
void WriteUnsigned(
array<unsigned int>^ RegAddrs,
unsigned int RegPage,
array<unsigned int>^ WriteData
)
member WriteUnsigned :
RegAddrs : uint32[] *
RegPage : uint32 *
WriteData : uint32[] -> unit
Parameters
- RegAddrs
- Type: SystemUInt32
Array of register addresses to write to - RegPage
- Type: SystemUInt32
Register page - WriteData
- Type: SystemUInt32
Data to write to the registers. Must be same size as RegAddrs
See Also