Show / Hide Table of Contents

Interface IDeviceConfiguration

Interface for a single device configuration.

Namespace: Phoenix.DeviceConfiguration
Assembly: Phoenix.Abstractions.DeviceConfiguration.dll
Syntax
public interface IDeviceConfiguration

Properties

View Source

Interval

Gets the interval that this configuration is checked at.

Declaration
TimeSpan Interval { get; }
Property Value
Type Description
System.TimeSpan
View Source

Name

Gets the name of this Configuration.

Declaration
string Name { get; }
Property Value
Type Description
System.String
View Source

Settings

Gets a collection of settings.

Declaration
Collection<SettingValue> Settings { get; }
Property Value
Type Description
System.Collections.ObjectModel.Collection<SettingValue>

Methods

View Source

GetDeviceConfigStatus(IDevice)

Gets the configuration status for the specified device.

Declaration
DeviceConfigurationStatus GetDeviceConfigStatus(IDevice device)
Parameters
Type Name Description
IDevice device

The device to check

Returns
Type Description
DeviceConfigurationStatus

The device config status.

  • View Source
In This Article
Back to top Generated by DocFX