MMS Receive
Function: MMS_RECEIVE¶
The MMS_RECEIVE function is used to receive an MMS message on the test device from a specified source number. This function is essential for testing MMS receiving capabilities on mobile devices.
Parameters¶
| Parameter Name | Description | Example Values | Required | Default Value |
|---|---|---|---|---|
| A_NUMBER | The phone number from which the MMS is received. | Custom | Yes | |
| TIMEOUT | The maximum time to wait for the MMS to be received before considering it a failure. | Recommended 15 - 60 | Yes | |
| EXPECT | The expected result of the MMS receive attempt. It defines what constitutes a successful MMS receive. | SUCCESS, FAILURE | Yes | SUCCESS |