Exemple #1
0
 public string GetProtocol(int deviceId)
 {
     unsafe
     {
         return((!_isWin)
             ? AsString(LinuxInterop.tdGetProtocol(deviceId))
             : AsString(WinInterop.tdGetProtocol(deviceId)));
     }
 }