Click or drag to resize

DHMMotorsManager Class

Motors manager. Access to each motor is done using this class.
Inheritance Hierarchy
SystemObject
  LynceeTec.DHM.MotorsDHMMotorsManager

Namespace:  LynceeTec.DHM.Motors
Assembly:  LynceeTec.DHM (in LynceeTec.DHM.dll) Version: 8.1.17212.0 8_1_dev af417e8, built 2019-10-03 13:47:41 UTC
Syntax
public class DHMMotorsManager : IMotorsManager, 
	IDHMDeviceComponent, IDisposable, IReadOnlyDictionary<MotorizedDevicesType, IMotorizedDevice>, 
	IReadOnlyCollection<KeyValuePair<MotorizedDevicesType, IMotorizedDevice>>, IEnumerable<KeyValuePair<MotorizedDevicesType, IMotorizedDevice>>, 
	IEnumerable

The DHMMotorsManager type exposes the following members.

Constructors
  NameDescription
Public methodDHMMotorsManager
Initializes a new instance of the DHMMotorsManager class
Top
Properties
  NameDescription
Public propertyCount
Public propertyIsEnabled
Gets a value indicating whether this component is enabled in the current configuration.
Public propertyIsHardwareAvailable
Gets a value indicating whether all the enabled motors were detected and are available.
Public propertyItem
Public propertyKeys
Public propertyValues
Top
Methods
See Also