示例#1
0
 public virtual void Reset()
 {
     lock (slave)
     {
         cur = new IntComboList.B8(); // ...
         internalsendreset();
     }
 }
示例#2
0
            public static KeyRun Create(IntComboList.B8 b8, int count)
            {
                KeyRun result;

                result.A     = b8.A;
                result.B     = b8.B;
                result.Count = count;
                return(result);
            }
示例#3
0
        public override void Add(int a, int b)
        {
            if (null == b8list)
            {
                throw new Exception("Call AddBlock before Add");
            }

            IntComboList.B8 x = new IntComboList.B8(a, b);
            b8list.Add(x);
        }
示例#4
0
        public override void Add(int a, int b)
        {
            if (null == b8list)
            {
                throw new Exception("Call AddBlock before Add");
            }

            IntComboList.B8 x = new IntComboList.B8(a, b);
            b8list.Add(x);
        }
示例#5
0
 public virtual void Reset()
 {
     lock (slave)
     {
         cur = new IntComboList.B8(); // ...
         internalsendreset();
     }
 }