On Sun, Feb 15, 2009 at 03:09:38AM -0500, Josh Kropf wrote:
> In my testing I've found that only
> one of the packets sent during this sequence is required (the last one)
> and it doesn't seem to mater if it is sent before or after closing
> socket zero.

That's good to know.  Some of those packets look awfully similar to
the Probe sequences.  I'm kinda guessing that RIM has a function somewhere
that does some unneeded tasks before resetting.  Maybe just double
checking that the device is capable of a reset?


> Putting this code into SocketZero makes sense, but JavaLoader class has
> a pointer to Socket, how would I call a method in SocketZero from this
> scope?

You can reach the solitary SocketZero object through JavaLoader's reference
to the Controller object, via:

        m_con.m_zero.Something();

- Chris


------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Barry-devel mailing list
Barry-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/barry-devel

Reply via email to