Howdy LTK folks,
Perhaps we should add info to llrpdef.xml that indicates the
response message type for a given request message type.
For example, we could add some kind of notation to
SET_READER_CONFIG that indicates the response
message is SET_READER_CONFIG_RESPONSE.
While working with LTKCPP I find a lot of tedium
identifying to Transact()-type functions what
the expected response type is:
CSET_READER_CONFIG *pSRCMsg = ...;
Transact(pSRCMsg,
&CSET_READER_CONFIG_RESPONSE::s_typeDescriptor);
It would be nice if Transact() could determine the reply type:
Transact(pSRCMsg);
Thoughts?
Regards,
-gww
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
llrp-toolkit-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/llrp-toolkit-devel