Extracting data from the data I/O Data Format

Hi,

I am recieving the data in this format
7E -Correct packet header byte

00 0A -Payload = Decimal 10 bytes. (Bytes 4-13 this example)

83 -Packet type=input line states, 16 bit source address

00 01 - 16 bit source address (MY setting) of transmitting XBee

1F - RSSI value, or rec'd signal strength (-31dBv, pretty good!)

00 -Broadcast options

01 -Sample count (decimal 1 in this example)

04 00 -Channel Indicator

03 FF - A/D output for DIO 1 ? (03FF is out of range)

55 -Checksum

I just want to display the A/D output .

Thank you