コード例 #1
0
ファイル: CiteLib.cs プロジェクト: ewin66/VideoManager
        public bool RebootCamera()
        {
            bool flag = false;

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