Show / Hide Table of Contents

Class DeviceCommand

Represents a device command.

Inheritance
System.Object
DeviceCommand
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Phoenix.DeviceCommands
Assembly: Phoenix.Abstractions.Devices.dll
Syntax
public class DeviceCommand

Constructors

View Source

DeviceCommand(Collection<IDevice>, String)

Initializes a new instance of the DeviceCommand class.

Declaration
public DeviceCommand(Collection<IDevice> devices, string label)
Parameters
Type Name Description
System.Collections.ObjectModel.Collection<IDevice> devices

The devices to execute this command on.

System.String label

The label of the command.

Properties

View Source

Devices

Gets the list of devices this command is for.

Declaration
public Collection<IDevice> Devices { get; }
Property Value
Type Description
System.Collections.ObjectModel.Collection<IDevice>
View Source

Label

Gets the label of the command.

Declaration
public string Label { get; }
Property Value
Type Description
System.String
  • View Source
In This Article
Back to top Generated by DocFX