Base |
The BasePositionDecoder type exposes the following members.
Name | Description | |
---|---|---|
![]() | Connect |
Connects to the device.
(Overrides BaseDeviceControllerConnect) |
![]() | CreateDefaultProfile | Creates the default decoder profile for this device. |
![]() | Disconnect |
Disconnects from the device.
(Overrides BaseDeviceControllerDisconnect) |
![]() | Dispose | (Inherited from BasePlugin) |
![]() | Dispose(Boolean) | (Inherited from BaseDeviceController) |
![]() | DisposeUI |
Disposes the given setting view.
(Inherited from BaseDeviceController) |
![]() | DoConnect | Performs the connection process. |
![]() | DoDisconnect | Performs the disconnection process. |
![]() | 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) |
![]() | GetCounts | Reads the current position of the selected encoder, in ticks. |
![]() | GetDecoderConfig | Retrieve the current decoder configuration by polling the hardware |
![]() | GetDeviceStatusRepresentation |
Returns the color and description of device state. Useful for UI purpose.
(Inherited from BaseDeviceController) |
![]() | GetPosition | Reads the current position of the selected encoder, in the current unit of measure. |
![]() | HandleExternalDeviceRequestAsync |
Handles a chained request for a given list of features.
(Inherited from BaseDeviceController) |
![]() | Initialize |
Plug-in specific initialization can be done here if necessary.
(Inherited from BasePlugin) |
![]() | InvokeConnected |
Invokes Connected event.
(Inherited from BaseDeviceController) |
![]() | InvokeDisconnected |
Invokes Disconnected event.
(Inherited from BaseDeviceController) |
![]() | InvokeInitialized |
Invokes Initialized event.
(Inherited from BaseDeviceController) |
![]() | InvokeStatusChanged |
Invokes StatusChanged event.
(Inherited from BaseDeviceController) |
![]() | OnDevicesChanged | (Inherited from BaseDeviceController) |
![]() | SetCounts | Sets the current position of the selected encoder, in ticks. |
![]() | SetDecoderConfig | Send the current configuration to the hardware |
![]() | SetPosition | Sets the current position of the selected encoder, in the current unit of measure. |
![]() | ShowUI |
Shows the specific UI embedded in the plugin instance.
(Inherited from BaseDeviceController) |
![]() | ShowUICallback |
Invokes the callback that can be used when the ShowUI method is done.
(Inherited from BaseDeviceController) |
![]() | 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) |
![]() | ValidateProperties | Validate property values. |