Chronos Plugins 5.9.0
This documentation covers the plugin interfaces definitions and an example implementation.
|
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. | |
To be implemented by the Status view part of a Chronos plugin.
TDevice | The 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>.
TDevice | : | class | |
TDevice | : | IDevice |
Definition at line 16 of file StatusViewInterfaces.cs.
|
getset |
Gives access to the device. Will be set after the class has been instantiated.
Definition at line 21 of file StatusViewInterfaces.cs.