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