IDomeV2ShutterStatus Property |
Status of the dome shutter or roll-off roof.
Namespace: ASCOM.DeviceInterfaceAssembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 6.0.0.0 (6.2.0.2774)
Syntax ShutterState ShutterStatus { get; }
ReadOnly Property ShutterStatus As ShutterState
Get
property ShutterState ShutterStatus {
ShutterState get ();
}
Property Value
Type:
ShutterStateExceptions Exception | Condition |
---|
PropertyNotImplementedException | If the property is not implemented |
Remarks
Raises an error only if no shutter control. If actual shutter status can not be read, then reports back the last shutter state.
See Also