Example #1
0
 public static bool GetBoolValue(this DeviceBooleanOutputCollection outputs, string name)
 {
     return(outputs[name].BoolValue);
 }
Example #2
0
 public static bool GetBoolValue(this DeviceBooleanOutputCollection outputs, uint index)
 {
     return(outputs[index].BoolValue);
 }