Exemple #1
0
        /// <summary>
        ///
        /// </summary>
        public string GetInstrumentState()
        {
            string state = "";

            try
            {
                state = myXmlRpcProxy.GetInstrumentState();
            }
            finally
            {
            }
            return(state);
        }