SPICE |
public class SPICE3IOController : BaseIOController
The SPICE3IOController type exposes the following members.
Name | Description | |
---|---|---|
![]() | SPICE3IOController | ctor |
Name | Description | |
---|---|---|
![]() | ActivatedChainableFeatures |
Gets the activated chainable features.
(Inherited from BaseDeviceController) |
![]() | AssignUnusedIOPins | Sets all unused IO pins to GpIn. This prevents unwanted IO configuration. Use false, for setting part of the IO configuration from external applications. |
![]() | AutomationFeatureSet |
The types of automation that this controller can process as command lists in a scan controller.
(Inherited from BaseIOController) |
![]() | ConfigurationManager | (Inherited from BasePlugin) |
![]() | EnableChainableFeature |
Gets or sets the flag to enable chainable features.
(Inherited from BaseDeviceController) |
![]() | HasConnectedStatus |
Is true if the device supports the IsConnected status.
(Inherited from BaseDeviceController) |
![]() | InputPhysicalPorts | |
![]() | IsAutoConnect | (Inherited from BaseDeviceController) |
![]() | IsConnected |
Is true if the device is connected.
(Inherited from BaseDeviceController) |
![]() | IsInitialized |
Is true if the device is initialized.
(Inherited from BaseDeviceController) |
![]() | LogDirectory |
The directory of the log file.
(Inherited from BasePlugin) |
![]() | Logger |
The common logger.
(Inherited from BasePlugin) |
![]() | OutputPhysicalPorts | |
![]() | 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) |
![]() | PortLevels | |
![]() | PortMaps | The map from logical ports to physical ports. |
![]() | Ports |
The list of available logical IO ports.
(Inherited from BaseIOController) |
![]() | SerialNumber |
Serial number of the device.
(Inherited from BaseDeviceController) |
![]() | SpecialFunctions | |
![]() | Statuses | (Inherited from BaseDeviceController) |
![]() | SupportedChainableFeatureMap |
The map of chainable feature types supported by this device. The value indicates whether the feature is a transmitter or a receiver.
(Inherited from BaseDeviceController) |
Name | Description | |
---|---|---|
![]() | Connect |
Connects to the device.
(Overrides BaseDeviceControllerConnect) |
![]() | 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) |
![]() | DoDisposeUI | (Inherited from BasePlugin) |
![]() | DoShowUI |
Shows the specific UI embedded in the plug-in instance. The content will be wrapped by a preset view.
(Overrides BasePluginDoShowUI(String)) |
![]() | DoShowUICallback |
Invokes the callback that can be used when the DoShowUI method is done.
(Overrides BasePluginDoShowUICallback(PluginSettingsView)) |
![]() | GetDeviceStatusRepresentation |
Returns the color and description of device state. Useful for UI purpose.
(Inherited from BaseDeviceController) |
![]() | HandleExternalDeviceRequestAsync |
Handles a chained request for a given list of features.
(Overrides BaseDeviceControllerHandleExternalDeviceRequestAsync(IListTupleChainableFeatureType, ExpandoObject, CancellationToken)) |
![]() | Initialize |
Plug-in specific initialization can be done here if necessary.
(Overrides BasePluginInitialize) |
![]() | 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) |
![]() | ReadPort |
Reads the whole value from a given port.
(Overrides BaseIOControllerReadPort(PortDefinition)) |
![]() | ReadPortN |
Reads the bit value from a given port.
(Overrides BaseIOControllerReadPortN(PortDefinition)) |
![]() | 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) |
![]() | TogglePort |
Toggles the port.
(Overrides BaseIOControllerTogglePort(PortDefinition, UInt32, IOPortCondition, NullableGuid)) |
![]() | ToString | (Inherited from BasePlugin) |
![]() | WaitForExternalStart | (Overrides BaseIOControllerWaitForExternalStart(Double, IOPortCondition, NullableGuid)) |
![]() | WaitPort |
Waits for the given value from a given port.
(Overrides BaseIOControllerWaitPort(PortDefinition, UInt32, Double, IOPortCondition, NullableGuid)) |
![]() | WritePort |
Writes the whole value to a given port.
(Overrides BaseIOControllerWritePort(PortDefinition, UInt32, Int32, Int32, IOPortCondition, NullableGuid)) |
![]() | WritePortN |
Writes the bit value to a given port.
(Overrides BaseIOControllerWritePortN(PortDefinition, Boolean, Int32, Int32, IOPortCondition, NullableGuid)) |
Name | Description | |
---|---|---|
![]() | Connected |
An event that is triggered when the device is connected.
(Inherited from BaseDeviceController) |
![]() | Disconnected |
An event that is triggered when the device is disconnected.
(Inherited from BaseDeviceController) |
![]() | Initialized |
An event that is triggered when the device is initialized.
(Inherited from BaseDeviceController) |
![]() | StatusChanged |
An event that is triggered when the status of the device is changed.
(Inherited from BaseDeviceController) |