utdrobotchess / xbee-api

Automatically exported from code.google.com/p/xbee-api
GNU General Public License v3.0
0 stars 0 forks source link

NoSuchMethod exception when invoking getPacketBytes on XBeeResponse #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.XBeeResponse r = xbee.sendAtCommand(new AtCommand("DN", 
nodeIdentifierAsIntArray)); 
2. r.getPacketBytes();
3.

What is the expected output? What do you see instead?
it should return the contents of the packet .

What version of the product are you using? On what operating system?
0.5.1 MacOSX

Please provide any additional information below.
If I cast the XBeeResponse to an AtCommandResponse and use .getValue() I can 
access the 
packet contents. But still if getPacketBytes cannot be uses other kind of 
exception should be 
thrown. 

Original issue reported on code.google.com by ruben.la...@gmail.com on 2 Mar 2009 at 7:14

GoogleCodeExporter commented 9 years ago
It turns out that it was due to a netbeans classloader problem. Dont mind this 
bug report

Original comment by ruben.la...@gmail.com on 2 Mar 2009 at 8:52

GoogleCodeExporter commented 9 years ago
User has indicated that the issue can be disregarded

Original comment by andrew.rapp@gmail.com on 5 Mar 2009 at 4:24