Click or drag to resize

SPICE3IOController Class

Provides IO functionalities to SP-ICE-3 card.
Inheritance Hierarchy
SystemObject
  RAYLASE.Marker.PluginBasePlugin
    RAYLASE.Marker.DeviceBaseDeviceController
      RAYLASE.Marker.Device.IOControllerBaseIOController
        RAYLASE.MarkerPlugin.Devices.ScanController.SPICE3SPICE3IOController

Namespace: RAYLASE.MarkerPlugin.Devices.ScanController.SPICE3
Assembly: RAYLASE.MarkerPlugin (in RAYLASE.MarkerPlugin.dll) Version: 2.19.0
Syntax
C#
public class SPICE3IOController : BaseIOController

The SPICE3IOController type exposes the following members.

Constructors
 NameDescription
Public methodSPICE3IOController ctor
Top
Properties
 NameDescription
Public propertyActivatedChainableFeatures Gets the activated chainable features.
(Inherited from BaseDeviceController)
Public propertyAssignUnusedIOPins Sets all unused IO pins to GpIn. This prevents unwanted IO configuration. Use false, for setting part of the IO configuration from external applications.
Public propertyAutomationFeatureSet The types of automation that this controller can process as command lists in a scan controller.
(Inherited from BaseIOController)
Protected propertyConfigurationManager
(Inherited from BasePlugin)
Public propertyEnableChainableFeature Gets or sets the flag to enable chainable features.
(Inherited from BaseDeviceController)
Public propertyHasConnectedStatus Is true if the device supports the IsConnected status.
(Inherited from BaseDeviceController)
Public propertyInputPhysicalPorts 
Public propertyIsAutoConnect
(Inherited from BaseDeviceController)
Public propertyIsConnected Is true if the device is connected.
(Inherited from BaseDeviceController)
Public propertyIsInitialized Is true if the device is initialized.
(Inherited from BaseDeviceController)
Protected propertyLogDirectory The directory of the log file.
(Inherited from BasePlugin)
Public propertyLogger The common logger.
(Inherited from BasePlugin)
Public propertyOutputPhysicalPorts 
Public propertyPluginMetadata 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)
Public propertyPortLevels 
Public propertyPortMaps The map from logical ports to physical ports.
Public propertyPorts The list of available logical IO ports.
(Inherited from BaseIOController)
Public propertySerialNumber Serial number of the device.
(Inherited from BaseDeviceController)
Public propertySpecialFunctions 
Public propertyStatuses
(Inherited from BaseDeviceController)
Public propertySupportedChainableFeatureMap 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)
Top
Methods
 NameDescription
Public methodConnect Connects to the device.
(Overrides BaseDeviceControllerConnect)
Public methodDisconnect Disconnects from the device.
(Overrides BaseDeviceControllerDisconnect)
Public methodDispose
(Inherited from BasePlugin)
Protected methodDispose(Boolean)
(Inherited from BaseDeviceController)
Public methodDisposeUI Disposes the given setting view.
(Inherited from BaseDeviceController)
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.
(Overrides BasePluginDoShowUI(String))
Protected methodDoShowUICallback Invokes the callback that can be used when the DoShowUI method is done.
(Overrides BasePluginDoShowUICallback(PluginSettingsView))
Public methodGetDeviceStatusRepresentation Returns the color and description of device state. Useful for UI purpose.
(Inherited from BaseDeviceController)
Public methodHandleExternalDeviceRequestAsync Handles a chained request for a given list of features.
(Overrides BaseDeviceControllerHandleExternalDeviceRequestAsync(IListTupleChainableFeatureType, ExpandoObject, CancellationToken))
Public methodInitialize Plug-in specific initialization can be done here if necessary.
(Overrides BasePluginInitialize)
Protected methodInvokeConnected Invokes Connected event.
(Inherited from BaseDeviceController)
Protected methodInvokeDisconnected Invokes Disconnected event.
(Inherited from BaseDeviceController)
Protected methodInvokeInitialized Invokes Initialized event.
(Inherited from BaseDeviceController)
Protected methodInvokeStatusChanged Invokes StatusChanged event.
(Inherited from BaseDeviceController)
Protected methodOnDevicesChanged
(Inherited from BaseDeviceController)
Public methodReadPort Reads the whole value from a given port.
(Overrides BaseIOControllerReadPort(PortDefinition))
Public methodReadPortN Reads the bit value from a given port.
(Overrides BaseIOControllerReadPortN(PortDefinition))
Public methodShowUI Shows the specific UI embedded in the plugin instance.
(Inherited from BaseDeviceController)
Public methodShowUICallback Invokes the callback that can be used when the ShowUI method is done.
(Inherited from BaseDeviceController)
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 methodTogglePort Toggles the port.
(Overrides BaseIOControllerTogglePort(PortDefinition, UInt32, IOPortCondition, NullableGuid))
Public methodToString
(Inherited from BasePlugin)
Public methodWaitForExternalStart
(Overrides BaseIOControllerWaitForExternalStart(Double, IOPortCondition, NullableGuid))
Public methodWaitPort Waits for the given value from a given port.
(Overrides BaseIOControllerWaitPort(PortDefinition, UInt32, Double, IOPortCondition, NullableGuid))
Public methodWritePort Writes the whole value to a given port.
(Overrides BaseIOControllerWritePort(PortDefinition, UInt32, Int32, Int32, IOPortCondition, NullableGuid))
Public methodWritePortN Writes the bit value to a given port.
(Overrides BaseIOControllerWritePortN(PortDefinition, Boolean, Int32, Int32, IOPortCondition, NullableGuid))
Top
Events
 NameDescription
Public eventConnected An event that is triggered when the device is connected.
(Inherited from BaseDeviceController)
Public eventDisconnected An event that is triggered when the device is disconnected.
(Inherited from BaseDeviceController)
Public eventInitialized An event that is triggered when the device is initialized.
(Inherited from BaseDeviceController)
Public eventStatusChanged An event that is triggered when the status of the device is changed.
(Inherited from BaseDeviceController)
Top
See Also