Exemple #1
0
 public int GetDeviceId(int order)
 {
     return((!_isWin) ? LinuxInterop.tdGetDeviceId(order) : WinInterop.tdGetDeviceId(order));
 }