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: 10.3.199.0
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