IObservingConditionsV2CommandBlind Method
Transmits an arbitrary string to the device and does not wait for a response.
Optionally, protocol framing characters may be added to the string before transmission.
Namespace: ASCOM.DeviceInterfaceAssembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 7.1.3+4851.c5da65c2b
void CommandBlind(
string Command,
bool Raw = false
)
Sub CommandBlind (
Command As String,
Optional Raw As Boolean = false
)
void CommandBlind(
String^ Command,
bool Raw = false
)
Parameters
- Command String
- The literal command string to be transmitted.
- Raw Boolean (Optional)
-
if set to true the string is transmitted 'as-is'.
If set to false then protocol framing characters may be added prior to transmission.
See this link for the canonical definition, which may include further information and implementation requirements:
Canonical Definition| MethodNotImplementedException | If the method is not implemented |
| NotConnectedException | If the device is not connected. |
| DriverException | An error occurred that is not described by one of the more specific ASCOM exceptions. Include sufficient detail in the message text to enable the issue to be accurately diagnosed by someone other than yourself. |
| Date | Version | Description |
|---|
| IObservingConditions | Platform 6.2 | Member added. |
| IObservingConditionsV2 | Platform 7.0 | Deprecated, see note above. |