FX3ConnectionWriteRegByte Method |
Name | Description | |
---|---|---|
![]() | WriteRegByte(AddrDataPair) |
This function writes a single register byte, given as an Address / Data pair
|
![]() | WriteRegByte(IEnumerableAddrDataPair) |
This function writes an enumerable list of data to the DUT as AddrDataPairs
|
![]() | WriteRegByte(IEnumerableUInt32, IEnumerableUInt32) |
Overload of WriteRegByte which allows for multiple registers to be specified to write to, as an IEnumerable list of register addresses.
|
![]() | WriteRegByte(UInt32, UInt32) |
This is the most general WriteRegByte, which the others are based on
|