Click or drag to resize
AdemcoContactIDDigitConverterFromString Method
Converts a string to Ademco ContactID Protocol DTMF digit.

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public static AdemcoContactID_DTMF FromString(
	string signal
)

Parameters

signal
Type: SystemString
The string to convert to DTMF event.

Return Value

Type: AdemcoContactID_DTMF
DTMF digit conform to Ademco ContactID Protocol
See Also