public int Learn(int deviceId) { return((!_isWin) ? LinuxInterop.tdLearn(deviceId) : WinInterop.tdLearn(deviceId)); }