示例#1
0
 private static void Print(DoubleBitBinary value, UInt16 index)
 {
     Console.WriteLine("DoubleBit[" + index + "] " + value.ToString());
 }
示例#2
0
 public void Update(DoubleBitBinary update, ushort index, EventMode mode = EventMode.Detect)
 {
     updates.Add((IDatabase db) => db.Update(update, index, mode));
 }
示例#3
0
 private void Print(DoubleBitBinary value, UInt16 index)
 {
     Console.WriteLine(_scadaDev.Name + ": DoubleBit[" + index + "] " + value.ToString());
 }