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