示例#1
0
        public static void Ch8ModifyCh8ComplexINT()
        {
            bool ret   = false;
            var  value = new Ch8ComplexINT();

            value.iValue = 123;
            ret          = Ch8Native.Ch8ModifyCh8ComplexINT(value, Ch8DataType.INT);
        }
示例#2
0
 public static extern bool Ch8ModifyCh8ComplexINT([In, Out] Ch8ComplexINT value, Ch8DataType ch8DataType);