Chronos Plugins 5.4.0
This documentation covers the plugin interfaces definitions and an example implementation.
Loading...
Searching...
No Matches
AxelSemrau.Chronos.Plugin.IStatusView< TDevice > Interface Template Reference

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

+ Inheritance diagram for AxelSemrau.Chronos.Plugin.IStatusView< TDevice >:

Properties

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

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. For bigger controls, use ILargeStatusView<TDevice> The allowed implementation class types are the same as for IToolbox<DeviceType>.

Type Constraints
TDevice :class 
TDevice :IDevice 

Definition at line 16 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 21 of file StatusViewInterfaces.cs.

22 {
23 get;
24 set;
25 }

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