SafetyMonitor Constructor |
Creates a SafetyMonitor object with the given Prog ID
Namespace:
ASCOM.DriverAccess
Assembly:
ASCOM.DriverAccess (in ASCOM.DriverAccess.dll) Version: 3351c4f3fa64146a7efd5b51ed4591e32a0a5484
Syntaxpublic SafetyMonitor(
string safetyMonitorId
)
Public Sub New (
safetyMonitorId As String
)
public:
SafetyMonitor(
String^ safetyMonitorId
)
Parameters
- safetyMonitorId
- Type: SystemString
ProgID of the device to be accessed.
See Also