ASCOM.cam8_v07.Camera.Action C# (CSharp) Method

Action() public method

public Action ( string actionName, string actionParameters ) : string
actionName string
actionParameters string
return string
        public string Action(string actionName, string actionParameters)
        {
            tl.LogMessage("Action", "Not implemented");
            throw new ASCOM.ActionNotImplementedException("Action " + actionName + " is not implemented by this driver");
        }