I am working with an Xbee LTE CAT 1 modem in API mode. Things have been going well but I think i ran across a documentation error here:
Receive (RX) Packet: IPv4 - 0xB0
https://www.digi.com/resources/documentation/digidocs/90001525/default.htm#reference/r_frame_0xb0.htm%3FTocPath%3DAPI%2520frames%7C_____9
On the page above it states the IP address starts at offset of "4" (offset from what?)
Upon looking at the packets I am actually getting, it looks like there are 2 bytes after the frame type of 0xB0 before the IP address. The structure appears to match what is in the documentation at that point (except that the offset in the frame is off by 2).
Can you verify/clarify the structure of the Rx IPv4 packet?