Click or drag to resize

BaseSerialController Properties

The BaseSerialController 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.
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 propertyPorts The list of available logical serial ports.
Public propertySerialNumber Serial number of the device.
(Inherited from BaseDeviceController)
Public propertySetSerialConfigDelegate Gets or sets the set serial config delegate.
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.
Public propertyWriteLineTextDelegate The write port delegate.
Top
See Also