Chronos Plugins 5.9.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] |
Properties inherited from AxelSemrau.Chronos.Plugin.IStatusView< MockDevice > | |
TDevice | 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 MockPlugin.Misc.StatusViewControl.mDev, and MockPlugin.Device.MockDevice.Name.
|
private |
Definition at line 16 of file StatusViewControl.cs.
Referenced by MockPlugin.Misc.StatusViewControl.timer1_Tick().
|
getset |
Definition at line 23 of file StatusViewControl.cs.