[Missing <summary> documentation for "T:LanScape.VoipMediaEngine.DtmfGenerator.DtmfGeneratorCallback_Delegate_def"]
Namespace:
LanScape
Assembly:
LMEVoipManaged (in LMEVoipManaged.dll) Version: 6.0.5226.26700
Syntax
C# |
---|
public delegate void DtmfGeneratorCallback_Delegate_def(
DTMF_GEN_DATA* pGeneratorData
) |
Visual Basic (Declaration) |
---|
Visual Basic does not support APIs that consume or return unsafe types. |
Visual C++ |
---|
public delegate void DtmfGeneratorCallback_Delegate_def(
DTMF_GEN_DATA* pGeneratorData
) |
J# |
---|
J# does not support APIs that consume or return unsafe types. |
Parameters
- pGeneratorData
- Type:
DTMF_GEN_DATA
*
See Also