Edit

Share via


ShiftRegister.ShiftByte(Byte, Boolean) Method

Definition

Shifts a byte -- 8 bits -- to the storage register. Assumes register bit length evenly divisible by 8. Pushes / overwrites any existing values. Latches by default.

public void ShiftByte (byte value, bool latch = true);
member this.ShiftByte : byte * bool -> unit
Public Sub ShiftByte (value As Byte, Optional latch As Boolean = true)

Parameters

value
Byte
latch
Boolean

Applies to