Read a single bit in the shift register chain.
Namespace: IO.Devices.SN74HC595Assembly: libsimpleio (in libsimpleio.dll) Version: 2.2024.167.1
Syntax public bool ReadBit(
int index,
byte mask
)
Parameters
- index Int32
- Shift register stage number. Zero indicates
the first register stage.
- mask Byte
- Shift register bit mask.
Return Value
BooleanBoolean bit value.
See Also