Regarding the new modem command AT%RAI, the documentation here says:
In addition to using the %RAI command, the application must tell when the data connection is not needed anymore through the application domain data socket interface. With the interface, the information can be given with the last data packet that is sent or after the application has received the data packet that ends the need for the connection. Each socket client tells their own need for the connection, and the information is combined in the modem domain.
How is this accomplished? Is there an example somewhere of how I should get my application to tell when the data connection is not needed anymore through the application domain data socket interface?
Thanks