Example #1
0
        public bool ReportControlStateRemote()
        {
            bool isSuccsess = true;

            isSuccsess = isSuccsess && iBSEMDriver.S6F11SendControlStateRemote();
            return(isSuccsess);
        }