Description Notifies that a DTMF digit has been decoded. Set pIgnore to True for EchoLink to ignore this digit.
Syntax
Private Sub object_DTMFDigit(sDigit, pIgnore)
The DTMFDigit Event syntax has these parts:
|
object | An EchoLinkSession object. | sDigit | A String value. | pIgnore | A Variant value. |
Remarks In Visual Basic, pIgnore should be declared as a ByRef parameter. If pIgnore is set to True by the application receiving this event, this digit will not be processed further by EchoLink. It will not appear in any subsequent DTMFString or DTMFStringCD event.
|