ITelescopeV4Action Method
Invokes the specified device-specific custom action.
Namespace: ASCOM.DeviceInterfaceAssembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 7.1.3+4851.c5da65c2b
string Action(
string ActionName,
string ActionParameters
)
Function Action (
ActionName As String,
ActionParameters As String
) As String
String^ Action(
String^ ActionName,
String^ ActionParameters
)
- ActionName String
- A well known name agreed by interested parties that represents the action to be carried out.
- ActionParameters String
- List of required parameters or an Empty String if none are required.
StringA string response. The meaning of returned strings is set by the driver author.
Suppose filter wheels start to appear with automatic wheel changers; new actions could be QueryWheels and SelectWheel. The former returning a formatted list
of wheel names and the second taking a wheel name and making the change, returning appropriate values to indicate success or failure.
See this link for the canonical definition, which may include further information and implementation requirements:
Canonical Definition| Date | Version | Description |
|---|
| ITelescopeV3 | Platform 6.0 | Member added. |