gsmSendDTMF (Function) |
Top Previous Next |
This sends a string as DTMF tones. This has the same effect as pressing the touch-tones on a "normal" phone. The maximum length of the string is 29 characters.
Input: number : STRING (0..9, A,B,C,D,#,*) DTMF string to send (max 29 characters).
Returns: BOOL
Declaration: FUNCTION gsmSendDTMF : BOOL;
Example: INCLUDE rtcu.inc |