Table of Contents

Interface IInterlock

Namespace
Loehnert.Lisrt.IO
Assembly
Loehnert.Lisrt.IO.dll

Represents a interface for an interlock.

public interface IInterlock : ILisrtModule, INotifyPropertyChanged
Inherited Members

Properties

IsClosed

Gets a value indicating whether the interlock is closed.

bool IsClosed { get; }

Property Value

bool

IsLocked

Gets a value indicating whether the interlock is locked.

bool IsLocked { get; }

Property Value

bool

Methods

Lock()

Locks the interlock.

void Lock()

Unlock()

Unlocks the interlock.

void Unlock()