The StopDtmfGeneratorTone API procedure is used to stop DTMF tone generation.
Namespace:
LanScapeAssembly: LMEVoipManaged (in LMEVoipManaged.dll) Version: 6.0.5226.26700
Syntax
C# |
---|
public bool StopDtmfGeneratorTone() |
Visual Basic (Declaration) |
---|
Public Function StopDtmfGeneratorTone As Boolean |
Visual C++ |
---|
public: bool StopDtmfGeneratorTone() |
J# |
---|
public boolean StopDtmfGeneratorTone() |
Return Value
If the function succeeds, the return value will be non zero.
If the function fails, the return value will be zero. This will occur if DTMF tone generation is already stopped.
Remarks
None.