|
Chronos Plugins 5.11.0
This documentation covers the plugin interfaces definitions and an example implementation.
|
This control is used to show the status for our MockDevice. More...
Public Member Functions | |
| StatusViewControl () | |
Properties | |
| MockDevice | Device [get, set] |
| Gives access to the device. Will be set after the class has been instantiated. | |
Private Member Functions | |
| void | timer1_Tick (object sender, EventArgs e) |
Private Attributes | |
| MockDevice | mDev |
This control is used to show the status for our MockDevice.
Definition at line 14 of file StatusViewControl.cs.
| MockPlugin.Misc.StatusViewControl.StatusViewControl | ( | ) |
Definition at line 18 of file StatusViewControl.cs.
|
private |
Definition at line 29 of file StatusViewControl.cs.
References mDev.
|
private |
Definition at line 16 of file StatusViewControl.cs.
Referenced by timer1_Tick().
|
getset |
Gives access to the device. Will be set after the class has been instantiated.
Implements AxelSemrau.Chronos.Plugin.IStatusView< TDevice >.
Definition at line 23 of file StatusViewControl.cs.