#include ”faxclass.h”
C API
#include ”faxcpp.h”
int GetDTMFDigits( FAXOBJ FaxObj, LPSTR lpOutBuffer, int BuffSize );
C++ API
#include ”faxclass.h”
int TCFaxNormal::GetDTMFDigits( LPSTR lpOutBuffer, int BuffSize );
|
Class 1. |
Class 2. Class 2.0 |
Brooktrout
|
GammaLink
|
Dialogic
|
NMS
|
|
|
|
|
|
Description
This function returns the received DTMF digits as a string. Use the Voice C++/ActiveX to receive DTMF digits with modems.
Parameters
|
LPSTR |
lpOutBuffer |
Pointer to a buffer where the characters will be copied. |
|
int |
BuffSize |
The size of the output buffer. |
Return Value
Returns the number of characters copied to the buffer or a negative error code.
Sample Code
None at present.