Class SetDisplayOn
Represents SetDisplayOn command.
public class SetDisplayOn : ISharedCommand, ICommand
- Inheritance
-
SetDisplayOn
- Implements
Constructors
SetDisplayOn()
Initializes a new instance of the SetDisplayOn class. This command turns the OLED panel display on.
public SetDisplayOn()
Properties
Id
The value that represents the command.
public byte Id { get; }
Property Value
Methods
GetBytes()
Gets the bytes that represent the command.
public byte[] GetBytes()
Returns
- byte[]
The bytes that represent the command.