Share via


RTC_DTMF

The RTC_DTMF enumeration describes 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;

Constants

  • 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

Client: Requires Windows XP.
Server: Requires Windows Server 2003.
Redistributable: Requires Rtcdll.dll on Windows 2000, and Windows Me/98.
Header: Declared in Rtccore.h.

See Also

IRTCClient::SendDTMF