Click or drag to resize

VoiceResourceIsToneComplete Method

Returns 1 if the specified Tone is Off. Otherwise a 0. This function also returns -1 if the tone is not found.

Namespace:  VoiceElements.Client
Assembly:  VoiceElementsClient (in VoiceElementsClient.dll) Version: 8.6.1.1
Syntax
public int IsToneComplete(
	int toneId
)

Parameters

toneId
Type: SystemInt32

[Missing <param name="toneId"/> documentation for "M:VoiceElements.Client.VoiceResource.IsToneComplete(System.Int32)"]

Return Value

Type: Int32

[Missing <returns> documentation for "M:VoiceElements.Client.VoiceResource.IsToneComplete(System.Int32)"]

See Also