remote XBee response to an IS command from coordinator

I’m using an Arduino Uno to instruct the coordinator XBee to send an IS command (Force Sample) to the router XBee using Frame Type 0x17, a Remote AT Command Request. I’m expecting possibly two responses from the remote: 1) Frame Type 0x97, a Remote Command Response; and 2) Frame Type 0x92, an I/O Data Sample Rx Response. Is it true that I can expect both Frames from the remote, and if so, which Frame is sent to the coordinator XBee first?

Thanks,

Kevin H.

Nevermind! I figured it out. It turns out when you send an IS command using Remote AT Command Req., (Frame Type 0x17), the remote XBee responds with a single Remote Cmd Response (Frame Type 0x97) that contains data for all the programmed I/O pins, both digital and analog pins.

This question is answered.

Thanks,

Kevin H.