Chronos Plugins  5.2.0
This documentation covers the plugin interfaces definitions and an example implementation.
AxelSemrau.Chronos.Plugin.IStatusView< TDevice > Interface Template Reference

To be implemented by the Status view part of a Chronos plugin. More...

Properties

TDevice Device [get, set]
 Gives access to the device. Will be set after the class has been instantiated. More...
 

Detailed Description

To be implemented by the Status view part of a Chronos plugin.

Template Parameters
TDeviceThe device implementation class type

Please keep your GUI element small, as it will be displayed along with the schedule view. The allowed implementation class types are the same as for IToolbox<DeviceType>.

Type Constraints
TDevice :class 
TDevice :IDevice 

Definition at line 14 of file StatusViewInterfaces.cs.

Property Documentation

◆ Device

TDevice AxelSemrau.Chronos.Plugin.IStatusView< TDevice >.Device
getset

Gives access to the device. Will be set after the class has been instantiated.

Definition at line 19 of file StatusViewInterfaces.cs.

20  {
21  get;
22  set;
23  }

The documentation for this interface was generated from the following file: