FX3ConnectionReadRegByte Method |
This is the most general ReadRegByte. Other implementations are based on this.
Namespace:
FX3Api
Assembly:
FX3Api (in FX3Api.dll) Version: 2.9.4.0 (2.9.4)
Syntaxpublic ushort ReadRegByte(
uint addr
)
Public Function ReadRegByte (
addr As UInteger
) As UShort
public:
virtual unsigned short ReadRegByte(
unsigned int addr
) sealed
abstract ReadRegByte :
addr : uint32 -> uint16
override ReadRegByte :
addr : uint32 -> uint16
Parameters
- addr
- Type: SystemUInt32
The address to read
Return Value
Type:
UInt16Returns the value read in over SPI as a short
Implements
IRegInterface.ReadRegByte(UInt32)
See Also