The DtmfDecoderGetTwist API procedure allows the application to retrieve the current allowed forward and reverse twist of the DTMF input signal.

Namespace:  LanScape
Assembly:  LMEVoipManaged (in LMEVoipManaged.dll) Version: 6.0.5226.26700

Syntax

C#
public bool DtmfDecoderGetTwist(
	ref double ForwardTwistDb,
	ref double ReverseTwistDb
)
Visual Basic (Declaration)
Public Function DtmfDecoderGetTwist ( _
	ByRef ForwardTwistDb As Double, _
	ByRef ReverseTwistDb As Double _
) As Boolean
Visual C++
public:
bool DtmfDecoderGetTwist(
	double% ForwardTwistDb, 
	double% ReverseTwistDb
)
J#
public boolean DtmfDecoderGetTwist(
	/** @ref */double ForwardTwistDb,
	/** @ref */double ReverseTwistDb
)

Parameters

ForwardTwistDb
Type: System..::.Double %
The reference to the location that will received the value of allowed forward twist.
ReverseTwistDb
Type: System..::.Double %
The reference to the location that will received the value of allowed reverse twist.

Return Value

If the function succeeds, the return value will be non zero.

If the function fails, the return value will be zero.

Remarks

None.

See Also