ITurretManager Interface |
Namespace: LynceeTec.Interfaces
The ITurretManager type exposes the following members.
| Name | Description | |
|---|---|---|
| IsEnabled |
Gets a value indicating whether this component is enabled in the current configuration.
(Inherited from IDHMDeviceComponent.) | |
| IsOnline |
Gets a value indicating whether this instance has a connection to the real hardware, or if it represents a virtual hardware.
(Inherited from IDHMDeviceComponent.) |
| Name | Description | |
|---|---|---|
| Disconnect |
Disconnects and disposes all turrets instances.
| |
| Init |
Create the turret instances, connects and initializes them.
| |
| SetIndexPosition(Int32) |
Moves all turrets to indexPosition. The turrets must be active turrets.
| |
| SetIndexPosition(Int32, TurretDhmPosition) |
Moves the turret at dhmPosition to indexPosition. The turret must be an active turret.
|