Exemplo n.º 1
0
 public static void SetValue(this BasicTriList device, string name, bool value)
 {
     device.SetBoolValue(name, value);
 }
Exemplo n.º 2
0
 public static void SetValue(this BasicTriList device, uint index, bool value)
 {
     device.SetBoolValue(index, value);
 }