public static bool tdSetModel(int intDeviceId, IntPtr intModel)
 {
     if (isWindows)
     {
         return(WindowsWrapper.tdSetModel(intDeviceId, intModel));
     }
     else
     {
         return(UnixWrapper.tdSetModel(intDeviceId, intModel));
     }
 }