Exemple #1
0
 public int Methods(int deviceId, int methodsSupported)
 {
     return((!_isWin)
         ? LinuxInterop.tdMethods(deviceId, methodsSupported)
         : WinInterop.tdMethods(deviceId, methodsSupported));
 }