| Camera Methods | 
The Camera type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | AbortExposure | 
            Aborts the current exposure, if any, and returns the camera to Idle state.
             | 
|  | Action | Invokes the specified device-specific custom action.(Inherited from AscomDriver.) | 
|   | Choose | 
            The Choose() method returns the DriverID of the selected driver.
            Choose() allows you to optionally pass the DriverID of a "current" driver,
            and the corresponding camera type is pre-selected in the Chooser///s list.
            In this case, the OK button starts out enabled (lit-up); the assumption is that the pre-selected driver has already been configured.
             | 
|  | CommandBlind | 
            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.
            (Inherited from AscomDriver.) | 
|  | CommandBool | 
            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.
            (Inherited from AscomDriver.) | 
|  | CommandString | 
            Transmits an arbitrary string to the device and waits for a string response.
            Optionally, protocol framing characters may be added to the string before transmission.
            (Inherited from AscomDriver.) | 
|  | Dispose | 
            Releases the unmanaged late bound COM object
            (Inherited from AscomDriver.) | 
|  | PulseGuide | 
            Activates the Camera's mount control system to instruct the mount to move in a particular direction for a given period of time
             | 
|  | SetupDialog | 
            Launches a configuration dialogue box for the driver.  The call will not return
            until the user clicks OK or cancel manually.
            (Inherited from AscomDriver.) | 
|  | StartExposure | 
            Starts an exposure. Use ImageReady to check when the exposure is complete.
             | 
|  | StopExposure | 
            Stops the current exposure, if any.
             | 
 See Also
See Also