On Thu, Jul 17, 2008 at 8:12 AM, Shiv Shankar Maurya <[EMAIL PROTECTED]> wrote: > Hi, > I use transact method for GET_REPORT message but it always times out. > Although I have a work around by using send and monitor functions. I am just > wondering if there is a better way to handle GET_REPORT message. It would be > good if transact method could also handle it. Is there any other method that > can can be used for this. > > -Shiv >
Hmm... timed out or time up? You probably need to explicitly disable the timeout since there's a default timeout of 3 seconds or something. Timeout means "inactivity" for a period of time. You can set it to infinite. Time up is the result of setting Time Fence. If you're hitting the time fence, that's probably your problem :-) But for inactivity timeout, try calling transact() with Timeout set to infinite. I forget if that's 0 or -1 but the POD should tell you. -- John. ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ llrp-toolkit-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/llrp-toolkit-devel
