public static int tdGetNumberOfDevices()
 {
     if (isWindows)
     {
         return(WindowsWrapper.tdGetNumberOfDevices());
     }
     else
     {
         return(UnixWrapper.tdGetNumberOfDevices());
     }
 }