Edit

Share via


Hd44780.SendCommands(ReadOnlySpan<Byte>) Method

Definition

Send commands to the device

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

Parameters

commands
ReadOnlySpan<Byte>

Each byte represents command being sent to the device

Applies to