send_encoded_user_input

Syntax

send_encoded_user_input;

Terse form

xeui

Type

Softkey return strings (FDM and SDC) - x'87'

Parameters

Sends the content of the input buffer using encoded DTMF.

Description

None.

References

SR-INS-002461 (softkey).

Notes

The content of the buffer is the data generated by any key presses that occurred between the last start_user_input and end_user_input statements.

Example

softkey SEND: "SEND": "SEND"
{
end_user_input;
send_encoded_user_input;
}