Table of Contents

Interface ICommand

Namespace
Iot.Device.Ssd13xx.Commands
Assembly
Iot.Device.Ssd13xx.dll

Interface for all Ssd13xx commands.

public interface ICommand

Properties

Id

Gets the value that represents the command.

byte Id { get; }

Property Value

byte

Methods

GetBytes()

Gets the bytes that represent the command.

byte[] GetBytes()

Returns

byte[]

The bytes that represent the command.