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