Multimedia Proactive Command Tutorial

This tutorial describes how to use the multimedia proactive commads.

The SAT engine requests the TSY for the proactive commands. The TSY notifies the SAT engine when it recieves the requested proactive commands from the applications in the ICC. This tutorial describes the different proactive commands related to multimedia functions and how to use them.

  • Use NotifySubmitMultimediaMsgPCmd() to request the TSY to send a multimedia message to the network. The message is stored in the ICC. The TSY completes the request when it receives a submit multimedia message proactive command from the ICC. The proactive command information is sent to the SAT enginein a TSubmitMultimediaMessageV6 object and a terminal response is sent to the ICC.
  • Use NotifyDisplayMultimediaMsgPCmd() to request the TSY to display a multimedia message to the user. The TSY completes the request when it receives a display multimedia message proactive command from the ICC. The proactive command information is sent to the SAT engine in a TDisplayMultimediaMessageV6 object and a terminal response is sent to the ICC.
  • Use NotifyRetrieveMultimediaMsgPCmd() to request the TSY to retrieve a multimedia message from the network. The TSY completes the request when it receives a retrieve multimedia message proactive command from the ICC. The proactive command information is sent to the SAT engine in a TRetrieveMultimediaMessageV6 object and a terminal response is sent to the ICC.
  • Use NotifySetFramesPCmd() to request the TSY to set the multimedia frames. The TSY completes the request when it receives a set frame proactive command from the ICC. The frames can be used to split the screen and display multiple messages or images simultaneously. The proactive command information is sent to the SAT enginein a TSetFramesV6 object and a terminal response is sent to the ICC.
  • Use NotifyGetFramesStatusPCmd() to request the TSY to get the frame parameters. The TSY completes the request when it receives a get frame status proactive command from the ICC. The proactive command information is sent to the SAT enginein a TGetFramesStatusV6 object and a terminal response is sent to the ICC.