FX3ConnectionWriteRegByte Method (UInt32, UInt32) |
This is the most general WriteRegByte, which the others are based on
Namespace:
FX3Api
Assembly:
FX3Api (in FX3Api.dll) Version: 2.9.4.0 (2.9.4)
Syntaxpublic void WriteRegByte(
uint addr,
uint data
)
Public Sub WriteRegByte (
addr As UInteger,
data As UInteger
)
public:
virtual void WriteRegByte(
unsigned int addr,
unsigned int data
) sealed
abstract WriteRegByte :
addr : uint32 *
data : uint32 -> unit
override WriteRegByte :
addr : uint32 *
data : uint32 -> unit
Parameters
- addr
- Type: SystemUInt32
The address to write to - data
- Type: SystemUInt32
The byte of data to write
Implements
IRegInterface.WriteRegByte(UInt32, UInt32)
See Also