WrapperWriteUnsigned Method (UInt32, UInt32, UInt32) |
Write a single unsigned register, 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 RegAddr,
uint RegPage,
uint WriteData
)
Public Sub WriteUnsigned (
RegAddr As UInteger,
RegPage As UInteger,
WriteData As UInteger
)
public:
void WriteUnsigned(
unsigned int RegAddr,
unsigned int RegPage,
unsigned int WriteData
)
member WriteUnsigned :
RegAddr : uint32 *
RegPage : uint32 *
WriteData : uint32 -> unit
Parameters
- RegAddr
- Type: SystemUInt32
register address to write to - RegPage
- Type: SystemUInt32
Register page - WriteData
- Type: SystemUInt32
Data to write to the register
See Also