Skip to main content

Class MeadowCommand

Represents a generic command that can be sent to a Meadow device through Meadow.Cloud.

Assembly: Meadow.Contracts.dll
View Source
Declaration
public class MeadowCommand

Properties

CommandName

Gets the name of the command.

View Source
Declaration
public string CommandName { get; }

Arguments

Gets the arguments of the command.

View Source
Declaration
public IReadOnlyDictionary<string, object> Arguments { get; }