Click or drag to resize

SPICE3SerialController Properties

The SPICE3SerialController type exposes the following members.

Properties
 NameDescription
Public propertyActivatedChainableFeatures Gets the activated chainable features.
(Inherited from BaseDeviceController)
Public propertyAutomationFeatureSet The types of automation that this controller can process as command lists in a scan controller.
(Inherited from BaseSerialController)
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 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 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 propertyPort The internal serial port.
Public propertyPorts
(Overrides BaseSerialControllerPorts)
Public propertySerialNumber Serial number of the device.
(Inherited from BaseDeviceController)
Public propertySetSerialConfigDelegate Gets or sets the set serial config delegate.
(Inherited from BaseSerialController)
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)
Public propertyWriteLineBinaryDelegate The write port delegate.
(Inherited from BaseSerialController)
Public propertyWriteLineTextDelegate The write port delegate.
(Inherited from BaseSerialController)
Top
See Also