Edit

Share via


ShiftRegister.ShiftBit(PinValue) Method

Definition

Writes PinValue value to storage register. This will shift existing values to the next storage slot. Does not latch. Requires use of GPIO controller.

public void ShiftBit (System.Device.Gpio.PinValue value);
member this.ShiftBit : System.Device.Gpio.PinValue -> unit
Public Sub ShiftBit (value As PinValue)

Parameters

value
PinValue

Applies to