Click or drag to resize

ITurretsManager 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 ITurretsManager : IHardwareItemManager<ITurretItem>, 
	IReadOnlyDictionary<string, ITurretItem>, IReadOnlyCollection<KeyValuePair<string, ITurretItem>>, 
	IEnumerable<KeyValuePair<string, ITurretItem>>, IEnumerable

The ITurretsManager type exposes the following members.

Properties
 NameDescription
Public propertyAreAllSubItemsAvailable Gets a value indicating if all sub-items are available.
(Inherited from IHardwareItemManagerTHardwareItem)
Public propertyConfirmationBeforeChangingConfiguration 
Public propertyConfirmationBeforeHomingRequired 
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