예제 #1
0
 public static ushort GetUShortValue(this DeviceUShortOutputCollection outputs, string name)
 {
     return(outputs[name].UShortValue);
 }
예제 #2
0
 public static ushort GetUShortValue(this DeviceUShortOutputCollection outputs, uint index)
 {
     return(outputs[index].UShortValue);
 }