ASCOM.cam8_v05.Camera.CommandString C# (CSharp) Method

CommandString() public method

public CommandString ( string command, bool raw ) : string
command string
raw bool
return string
        public string CommandString(string command, bool raw)
        {
            CheckConnected("CommandString");
            // it's a good idea to put all the low level communication with the device here,
            // then all communication calls this function
            // you need something to ensure that only one command is in progress at a time
            throw new ASCOM.MethodNotImplementedException("CommandString");
        }
        //Aborts camera exposure