コード例 #1
0
 /**
  * Call GetLastError() to determine success.
  * @return true if specified input is high, false o/w.
  */
 public bool GetGeneralInput(GeneralPin inputPin)
 {
     return(_ll.GetGeneralInput((CANifier_LowLevel.GeneralPin)inputPin));
 }