Bmxx80Base.Read8BitsFromRegister(Byte) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Reads an 8 bit value from a register.
protected internal byte Read8BitsFromRegister(byte register);
member this.Read8BitsFromRegister : byte -> byte
Protected Friend Function Read8BitsFromRegister (register As Byte) As Byte
Parameters
- register
- Byte
Register to read from.
Returns
Value from register.