Base |
public abstract class BaseDeviceController : BasePlugin
The BaseDeviceController type exposes the following members.
Name | Description | |
---|---|---|
![]() | BaseDeviceController | ctor |
Name | Description | |
---|---|---|
![]() | ActivatedChainableFeatures | Gets the activated chainable features. |
![]() | ConfigurationManager | (Inherited from BasePlugin) |
![]() | EnableChainableFeature | Gets or sets the flag to enable chainable features. |
![]() | HasConnectedStatus | Is true if the device supports the IsConnected status. |
![]() | IsAutoConnect | |
![]() | IsConnected | Is true if the device is connected. |
![]() | IsInitialized | Is true if the device is initialized. |
![]() | LogDirectory |
The directory of the log file.
(Inherited from BasePlugin) |
![]() | Logger |
The common logger.
(Inherited from BasePlugin) |
![]() | PluginMetadata |
The metadata of the plugin instances. If the concrete class inherits from the BasePluginSetup interface, the metadata of the BasePluginSetup will be prefilled.
(Inherited from BasePlugin) |
![]() | SerialNumber | Serial number of the device. |
![]() | Statuses | |
![]() | SupportedChainableFeatureMap | The map of chainable feature types supported by this device. The value indicates whether the feature is a transmitter or a receiver. |
Name | Description | |
---|---|---|
![]() | Connect | Connects to the device. |
![]() | Disconnect | Disconnects from the device. |
![]() | Dispose | (Inherited from BasePlugin) |
![]() | Dispose(Boolean) | Releases the unmanaged resources used by the BaseDeviceController and optionally releases the managed resources (Overrides BasePluginDispose(Boolean)) |
![]() | DisposeUI |
Disposes the given setting view.
(Overrides BasePluginDisposeUI(PluginSettingsView)) |
![]() | DoDisposeUI | (Inherited from BasePlugin) |
![]() | DoShowUI |
Shows the specific UI embedded in the plug-in instance. The content will be wrapped by a preset view.
(Inherited from BasePlugin) |
![]() | DoShowUICallback |
Invokes the callback that can be used when the DoShowUI method is done.
(Inherited from BasePlugin) |
![]() | GetDeviceStatusRepresentation | Returns the color and description of device state. Useful for UI purpose. |
![]() | HandleExternalDeviceRequestAsync | Handles a chained request for a given list of features. |
![]() | Initialize |
Plug-in specific initialization can be done here if necessary.
(Inherited from BasePlugin) |
![]() | InvokeConnected | Invokes Connected event. |
![]() | InvokeDisconnected | Invokes Disconnected event. |
![]() | InvokeInitialized | Invokes Initialized event. |
![]() | InvokeStatusChanged | Invokes StatusChanged event. |
![]() | OnDevicesChanged | |
![]() | ShowUI |
Shows the specific UI embedded in the plugin instance.
(Overrides BasePluginShowUI(String)) |
![]() | ShowUICallback |
Invokes the callback that can be used when the ShowUI method is done.
(Overrides BasePluginShowUICallback(PluginSettingsView)) |
![]() | ShowUICancelCallback |
Invokes the callback that can be used when the ShowUI method is done and the user pressed the cancel button
(Inherited from BasePlugin) |
![]() | ToString | (Inherited from BasePlugin) |
Name | Description | |
---|---|---|
![]() | Connected | An event that is triggered when the device is connected. |
![]() | Disconnected | An event that is triggered when the device is disconnected. |
![]() | Initialized | An event that is triggered when the device is initialized. |
![]() | StatusChanged | An event that is triggered when the status of the device is changed. |