Click or drag to resize

TurretBase Class

Base class for the implementation of turret objects.
Inheritance Hierarchy
SystemObject
  LynceeTec.DHM.TurretTurretBase

Namespace:  LynceeTec.DHM.Turret
Assembly:  LynceeTec.DHM (in LynceeTec.DHM.dll) Version: 8.2.31040.0 8_2_dev 785396c, built 2020-09-23 07:47:08 UTC
Syntax
public abstract class TurretBase : ITurret

The TurretBase type exposes the following members.

Properties
  NameDescription
Public propertyIndexPosition
Public propertyIsHardwareAvailable
Gets a value indicating whether the physical hardware was detected and is available.
Top
Methods
  NameDescription
Public methodDispose
Releases all resources used by the TurretBase
Public methodInit
Public methodSetIndexPosition
Top
Events
  NameDescription
Public eventTurretPositionChanged
Top
See Also