Class SetDisplayOff
Represents SetDisplayOff command.
public class SetDisplayOff : ISharedCommand, ICommand
- Inheritance
-
SetDisplayOff
- Implements
Constructors
SetDisplayOff()
Initializes a new instance of the SetDisplayOff class. This command turns the OLED panel display off.
public SetDisplayOff()
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.