Example #1
0
        protected RolePTZCamera()
        {
            SetName(RoleName);
            _instance = this;

            List <VParamType> emptyParamList = new List <VParamType>();

            AddOperation(new Operation(OpZoomInName, emptyParamList, emptyParamList));
            AddOperation(new Operation(OpZommOutName, emptyParamList, emptyParamList));
        }
Example #2
0
        protected RolePTZCamera()
        {

            SetName(RoleName);
            _instance = this;

            List<VParamType> emptyParamList = new List<VParamType>();

            AddOperation(new Operation(OpZoomInName, emptyParamList, emptyParamList));
            AddOperation(new Operation(OpZommOutName, emptyParamList, emptyParamList));
        }