IDomeV3CommandBool Method
Transmits an arbitrary string to the device and waits for a boolean 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
bool CommandBool(
string Command,
bool Raw = false
)
Function CommandBool (
Command As String,
Optional Raw As Boolean = false
) As Boolean
bool CommandBool(
String^ Command,
bool Raw = false
)
- Command String
- The literal command string to be transmitted.
- Raw Boolean (Optional)
-
if set to the string is transmitted 'as-is'. If set to
then protocol framing characters may be added prior to transmission.
BooleanReturns the interpreted boolean response received from the device.
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 |
|---|
| IDome | Platform 3.0 | Member added. |
| IDomeV3 | Platform 7.0 | Deprecated, see note above. |