Ejemplo n.º 1
0
 public string GetName(int deviceId)
 {
     unsafe
     {
         return((!_isWin)
             ? AsString(LinuxInterop.tdGetName(deviceId))
             : AsString(WinInterop.tdGetName(deviceId)));
     }
 }