Ejemplo n.º 1
0
 public int GetDeviceType(int deviceId)
 {
     return((!_isWin) ? LinuxInterop.tdGetDeviceType(deviceId) : WinInterop.tdGetDeviceType(deviceId));
 }