Receiving A Message Was Correctly Sent Signal with XBee Pro Series 2C XBP24-CZ7WIT-004

Hi.
How can i disable “the message was correctly sent acknowledgement signal message”?
Whenever i send a message in api mode, i get a message about the sending message was correctly sent.
I create a sensor network in api mode but reading this message really slows down my processings, so i want to disable this.

Don’t increment or provide a frame ID. Leave it at 0.

See this page for the 0x10 Transmit Request frame: http://www.digi.com/resources/documentation/DigiDocs/90002002/default.htm#reference/r_frame_0x10.htm

Under the Transmit Options section, value 0x01 disables retries. In reality, what that does is disable those acknowledgement messages. So you will no longer receive those messages, but the network will also not perform retries which may result in lower transmission success rate.

You could also enable this in the radio settings itself in the TO parameter with setting 0x01:
http://www.digi.com/resources/documentation/DigiDocs/90002002/default.htm#reference/r_cmd_to.htm