Click or drag to resize

BaseDeviceController Methods

The BaseDeviceController type exposes the following members.

Methods
 NameDescription
Public methodConnect Connects to the device.
Public methodDisconnect Disconnects from the device.
Public methodDispose
(Inherited from BasePlugin)
Protected methodDispose(Boolean)
(Overrides BasePluginDispose(Boolean))
Public methodDisposeUI Disposes the given setting view.
(Overrides BasePluginDisposeUI(PluginSettingsView))
Protected methodDoDisposeUI
(Inherited from BasePlugin)
Protected methodDoShowUI Shows the specific UI embedded in the plug-in instance. The content will be wrapped by a preset view.
(Inherited from BasePlugin)
Protected methodDoShowUICallback Invokes the callback that can be used when the DoShowUI method is done.
(Inherited from BasePlugin)
Public methodGetDeviceStatusRepresentation Returns the color and description of device state. Useful for UI purpose.
Public methodHandleExternalDeviceRequestAsync Handles a chained request for a given list of features.
Public methodInitialize Plug-in specific initialization can be done here if necessary.
(Inherited from BasePlugin)
Protected methodInvokeConnected Invokes Connected event.
Protected methodInvokeDisconnected Invokes Disconnected event.
Protected methodInvokeInitialized Invokes Initialized event.
Protected methodInvokeStatusChanged Invokes StatusChanged event.
Protected methodOnDevicesChanged 
Public methodShowUI Shows the specific UI embedded in the plugin instance.
(Overrides BasePluginShowUI(String))
Public methodShowUICallback Invokes the callback that can be used when the ShowUI method is done.
(Overrides BasePluginShowUICallback(PluginSettingsView))
Public methodShowUICancelCallback Invokes the callback that can be used when the ShowUI method is done and the user pressed the cancel button
(Inherited from BasePlugin)
Public methodToString
(Inherited from BasePlugin)
Top
See Also