Example #1
0
 private static void Print(BinaryOutputStatus value, UInt16 index)
 {
     Console.WriteLine("BinaryOutputStatus[" + index + "] " + value.ToString());
 }
Example #2
0
 private void Print(BinaryOutputStatus value, UInt16 index)
 {
     Console.WriteLine(_scadaDev.Name + ": BinaryOutputStatus[" + index + "] " + value.ToString());
 }