An example: There are two possible response messages come back from llrp reader, one is the error message and one is the actual response message. Also there are reader messages could come back anytime. The current design utilizes WaitHandle to wait response/error while separate other messages from reader for every message sent to reader. Unfortunately the .NET CF doesn't support this feature. To adapt to CF, we have to change message processing mechanism. Another example is Array.copy. .NET allows specifying where and how big is the size that you want to copy, but CF doesn't. There are more if you look into source code. I agree that it is valuable to make it "cross platform" since it seems there are demands on mobile application now.
xiaoyong -----Original Message----- From: John R. Hogerhuis [mailto:[email protected]] Sent: Thursday, February 05, 2009 3:12 PM To: LLRP Toolkit Development List Subject: Re: [ltk-d] LLRP help On Wed, Feb 4, 2009 at 11:27 AM, Xiaoyong Su <[email protected]> wrote: > NET CF uses simplified version of class/functions/data type. Quiet a few > .NET functions/data types used in LTKNET are not supported by .NET CF. > > Xiaoyong Any specific examples that you know off the top of your head of types used in the encoder/decoder that would be a problem? I'm curious as to the breadth/depth of the issue in case this every became a priority to have working. -- John. ------------------------------------------------------------------------ ------ Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM) software. With Adobe AIR, Ajax developers can use existing skills and code to build responsive, highly engaging applications that combine the power of local resources and data with the reach of the web. Download the Adobe AIR SDK and Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com _______________________________________________ llrp-toolkit-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/llrp-toolkit-devel ------------------------------------------------------------------------------ Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM) software. With Adobe AIR, Ajax developers can use existing skills and code to build responsive, highly engaging applications that combine the power of local resources and data with the reach of the web. Download the Adobe AIR SDK and Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com _______________________________________________ llrp-toolkit-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/llrp-toolkit-devel
