Edit

Share via


Hd44780.SendData Method

Definition

Overloads

SendData(Byte)

Sends byte to the device

SendData(ReadOnlySpan<Byte>)

Sends data to the device

SendData(ReadOnlySpan<Char>)

Sends data to the device

SendData(Byte)

Sends byte to the device

protected void SendData (byte value);
member this.SendData : byte -> unit
Protected Sub SendData (value As Byte)

Parameters

value
Byte

Byte to be sent to the device

Applies to

SendData(ReadOnlySpan<Byte>)

Sends data to the device

protected void SendData (ReadOnlySpan<byte> values);
member this.SendData : ReadOnlySpan<byte> -> unit
Protected Sub SendData (values As ReadOnlySpan(Of Byte))

Parameters

values
ReadOnlySpan<Byte>

Data to be send to the device

Applies to

SendData(ReadOnlySpan<Char>)

Sends data to the device

protected void SendData (ReadOnlySpan<char> values);
member this.SendData : ReadOnlySpan<char> -> unit
Protected Sub SendData (values As ReadOnlySpan(Of Char))

Parameters

values
ReadOnlySpan<Char>

Data to be send to the device

Applies to