Table of Contents

Class SelftestResult

Namespace
Loehnert.Lisrt.CircuitBoard.L15B63
Assembly
Loehnert.Lisrt.CircuitBoard.L15B63.dll

Represents a selftest result.

public class SelftestResult
Inheritance
SelftestResult
Inherited Members

Properties

FailedRelaysDeviceLabels

Gets the device labels of the failed relays.

public IEnumerable<string> FailedRelaysDeviceLabels { get; }

Property Value

IEnumerable<string>

IsFaulted

Gets a value indicating whether the self test faulted.

public bool IsFaulted { get; }

Property Value

bool

PassedSelftestResult

Gets a passed self test result.

public static SelftestResult PassedSelftestResult { get; }

Property Value

SelftestResult