Reference   Language | Libraries | Comparison | Changes

GSM : GSMVoiceCall class

writeDTMF()

Description

Send a DTMF tone over the voice call. A voice call must be active

Syntax

voice.writeDTMF(charToSend)

Parameters

  • charToSend: the DTMF tone to send. Valid options are:
    • numbers from 0 to 9
    • *
    • #
    • letters from A to D

Return

1 for success, 0 for failure

See Also

Reference Home

Corrections, suggestions, and new documentation should be posted to the Forum.

The text of the Arduino reference is licensed under a Creative Commons Attribution-ShareAlike 3.0 License. Code samples in the reference are released into the public domain.