Click or drag to resize

BaseDeviceController Properties

The BaseDeviceController type exposes the following members.

Properties
 NameDescription
Public propertyActivatedChainableFeatures Gets the activated chainable features.
Protected propertyConfigurationManager
(Inherited from BasePlugin)
Public propertyEnableChainableFeature Gets or sets the flag to enable chainable features.
Public propertyHasConnectedStatus Is true if the device supports the IsConnected status.
Public propertyIsAutoConnect 
Public propertyIsConnected Is true if the device is connected.
Public propertyIsInitialized Is true if the device is initialized.
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 propertySerialNumber Serial number of the device.
Public propertyStatuses 
Public propertySupportedChainableFeatureMap The map of chainable feature types supported by this device. The value indicates whether the feature is a transmitter or a receiver.
Top
See Also