Exemplo n.º 1
0
 public int Learn(int deviceId)
 {
     return((!_isWin)
         ? LinuxInterop.tdLearn(deviceId)
         : WinInterop.tdLearn(deviceId));
 }