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