 | TurretManagerIsHardwareAvailable Property |
Gets a value indicating whether all the turrets were detected and are available.
Namespace:
LynceeTec.DHM.Turret
Assembly:
LynceeTec.DHM (in LynceeTec.DHM.dll) Version: 7.2.45.30905 master 98955cb, built 2018-05-31 10:36:40 UTC
Syntaxpublic bool IsHardwareAvailable { get; }
public:
virtual property bool IsHardwareAvailable {
bool get () sealed;
}
Property Value
Type:
Booleantrue if all the turrets were detected and are available; otherwise,
false.
Implements
IDHMDeviceComponentIsHardwareAvailable
See Also