Пример #1
0
 public string LastSentValue(int deviceId)
 {
     unsafe
     {
         return((!_isWin)
             ? AsString(LinuxInterop.tdLastSentValue(deviceId))
             : AsString(WinInterop.tdLastSentValue(deviceId)));
     }
 }