Click or drag to resize

IMotorsManager Interface


Namespace: LynceeTec.API.Hardware
Assembly: LynceeTec.API.Hardware (in LynceeTec.API.Hardware.dll) Version: 10.2.3317.0 , built 2025-03-17 14:55:35 UTC
Syntax
public interface IMotorsManager : IHardwareItemManager<IMotorItem>, 
	IReadOnlyDictionary<string, IMotorItem>, IReadOnlyCollection<KeyValuePair<string, IMotorItem>>, 
	IEnumerable<KeyValuePair<string, IMotorItem>>, IEnumerable

The IMotorsManager type exposes the following members.

Properties
 NameDescription
Public propertyAreAllSubItemsAvailable Gets a value indicating if all sub-items are available.
(Inherited from IHardwareItemManagerTHardwareItem)
Public propertyStatus Get the status of the manager and all its sub-items
(Inherited from IHardwareItemManagerTHardwareItem)
Top
Methods
 NameDescription
Public methodGetDescription Gets the description of the hardware item manager
(Inherited from IHardwareItemManagerTHardwareItem)
Public methodGetHardwareSubItemStatus Gets the status of a specific sub-item, identified by its uniqueId
(Inherited from IHardwareItemManagerTHardwareItem)
Top
Events
 NameDescription
Public eventAreAllSubItemsAvailableChanged Occurs when the availability based on all sub-items changes
(Inherited from IHardwareItemManagerTHardwareItem)
Top
See Also