Esempio n. 1
0
 public virtual void Reset()
 {
     lock (slave)
     {
         cur = new IntComboList.B8(); // ...
         internalsendreset();
     }
 }
Esempio n. 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);
            }
Esempio n. 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);
        }
Esempio n. 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);
        }
Esempio n. 5
0
 public virtual void Reset()
 {
     lock (slave)
     {
         cur = new IntComboList.B8(); // ...
         internalsendreset();
     }
 }