CTI32 Class Library

cti.ConfFlushDtmf Method 

Vendetta specific. Flush Vendetta conference DTMF digits from a user or the entire Vendetta buffer.

[Visual Basic]
Public Shared Function ConfFlushDtmf( _
   ByVal vnddev As Integer, _
   ByVal dev As Integer _
) As Integer
[C#]
public static int ConfFlushDtmf(
   int vnddev,
   int dev
);

Parameters

vnddev
Vendetta board device handle returned fro CTIOpenDCB
dev
The device returned from one of the CTIOpen calls

Return Value

0=successful non-zero if failure

See Also

cti Class | CTI32NetLib Namespace