示例#1
0
        public bool PowerOff()
        {
            bool flag = false;

            try
            {
                if (CiteDLL.XX_PowerOff(this.CamSerial))
                {
                    flag = true;
                }
            }
            catch (Exception exception)
            {
                string message = exception.Message;
            }
            return(flag);
        }