Description Notifies that a string of DTMF digits has been received. Fires immediately after the carrier is dropped. Set pIgnore to True for EchoLink to ignore this string.
Syntax
Private Sub object_DTMFStringCD(sDigits, pIgnore)
The DTMFStringCD Event syntax has these parts:
|
object | An EchoLinkSession object. | sDigits | A String value. | pIgnore | A Variant value. |
|