Base |
The BaseDeviceController type exposes the following members.
| Name | Description | |
|---|---|---|
| Connect | Connects to the device. | |
| Disconnect | Disconnects from the device. | |
| Dispose | (Inherited from BasePlugin) | |
| Dispose(Boolean) | (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) |