Пример #1
0
        public bool SetOtherSettings(Cite_Other cOther)
        {
            bool flag = false;

            if (this.IsConnected)
            {
                flag = CiteDLL.XX_SetOtherSetting(this.CamSerial, cOther.pKeyBeep, cOther.pSoundIndicator, cOther.pAutoSwitchIR, cOther.pShowID, cOther.pEnableMotionDetect, cOther.Int32_0, cOther.pFlickerHz);
            }
            return(flag);
        }