Interface ICommand
Interface for all Ssd13xx commands.
public interface ICommand
Properties
Id
Gets the value that represents the command.
byte Id { get; }
Property Value
Methods
GetBytes()
Gets the bytes that represent the command.
byte[] GetBytes()
Returns
- byte[]
The bytes that represent the command.