private static void Print(Counter value, UInt16 index) { Console.WriteLine("Counter[" + index + "] " + value.ToString()); }
public void Update(Counter update, ushort index, EventMode mode = EventMode.Detect) { updates.Add((IDatabase db) => db.Update(update, index, mode)); }
private void Print(Counter value, UInt16 index) { Console.WriteLine(_scadaDev.Name + ": Counter[" + index + "] " + value.ToString()); }