Read from the specified PCA9534 device register.
            
Namespace: IO.Devices.PCA9534Assembly: libremoteio (in libremoteio.dll) Version: 2.2025.275.1
Syntaxpublic byte Read(
	byte addr
)
Parameters
- addr  Byte
 - Register address.
 
Return Value
ByteRegister contents.
See Also