ICameraV2HasShutter Property
Returns a flag indicating whether this camera has a mechanical shutter

Namespace: ASCOM.DeviceInterface
Assembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 6.0.0.0 (6.2.0.2774)
Syntax
bool HasShutter { get; }

Property Value

Type: Boolean
true if this instance has shutter; otherwise, false.
Exceptions
ExceptionCondition
NotConnectedExceptionThrown if the driver is not connected.
Remarks
If true, the camera has a mechanical shutter. If false, the camera does not have a shutter. If there is no shutter, the StartExposure command will ignore the Light parameter.
See Also