Edit

Share via


ShiftRegister.Write Method

Definition

Overloads

Write(Byte)

Writes discrete underlying bits to a virtual segment. Writes each bit, left to right. Least significant bit will written to index 0. Does not display output.

Write(ReadOnlySpan<Byte>)

Writes discrete underlying bits to a virtual output. Writes each byte, left to right. Least significant bit will written to index 0. Does not display output.

Write(Byte)

Writes discrete underlying bits to a virtual segment. Writes each bit, left to right. Least significant bit will written to index 0. Does not display output.

public void Write (byte value);
abstract member Write : byte -> unit
override this.Write : byte -> unit
Public Sub Write (value As Byte)

Parameters

value
Byte

Implements

Applies to

Write(ReadOnlySpan<Byte>)

Writes discrete underlying bits to a virtual output. Writes each byte, left to right. Least significant bit will written to index 0. Does not display output.

public void Write (ReadOnlySpan<byte> value);
abstract member Write : ReadOnlySpan<byte> -> unit
override this.Write : ReadOnlySpan<byte> -> unit
Public Sub Write (value As ReadOnlySpan(Of Byte))

Parameters

Implements

Applies to