Share via


RTC_DTMF (Windows CE 5.0)

Send Feedback

This enumeration defines possible Dual-Tone Multi-Frequency (DTMF) tones.

typedef enum RTC_DTMF {RTC_DTMF_0,RTC_DTMF_1,RTC_DTMF_2,RTC_DTMF_3,RTC_DTMF_4,RTC_DTMF_5,RTC_DTMF_6,RTC_DTMF_7,RTC_DTMF_8,RTC_DTMF_9,RTC_DTMF_STAR,RTC_DTMF_POUND,RTC_DTMF_A,RTC_DTMF_B,RTC_DTMF_C,RTC_DTMF_D,RTC_DTMF_FLASH} RTC_DTMF;

Elements

  • RTC_DTMF_0
    The DTMF tone for 0.
  • RTC_DTMF_1
    The DTMF tone for 1.
  • RTC_DTMF_2
    The DTMF tone for 2.
  • RTC_DTMF_3
    The DTMF tone for 3.
  • RTC_DTMF_4
    The DTMF tone for 4.
  • RTC_DTMF_5
    The DTMF tone for 5.
  • RTC_DTMF_6
    The DTMF tone for 6.
  • RTC_DTMF_7
    The DTMF tone for 7.
  • RTC_DTMF_8
    The DTMF tone for 8.
  • RTC_DTMF_9
    The DTMF tone for 9.
  • RTC_DTMF_STAR
    The DTMF tone for star.
  • RTC_DTMF_POUND
    The DTMF tone for pound.
  • RTC_DTMF_A
    The DTMF tone for A.
  • RTC_DTMF_B
    The DTMF tone for B.
  • RTC_DTMF_C
    The DTMF tone for C.
  • RTC_DTMF_D
    The DTMF tone for D.
  • RTC_DTMF_FLASH
    The DTMF tone for flash.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Rtccore.h.

See Also

RTC Client API Enumerations | IRTCClient::SendDTMF

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.