digidotcom / xbee-csharp

C# library to interact with Digi International's XBee radio frequency modules from mobile devices.
Mozilla Public License 2.0
14 stars 8 forks source link

packets_queue: fix an issue when the device's 16-bit address is unknown #6

Closed rubenmoral closed 4 years ago

rubenmoral commented 4 years ago

This problem was causing the 'readDataFrom' method to return the first data packet on the queue, not the first one from the given remote device.

Signed-off-by: Ruben Moral ruben.moral@digi.com