ContactIdNotificationEventArgDTMFDigits Property |
Contains the raw DTMF digits received.
For more info see the Ademco ContactID Protocol specification (SIA DC-05-1999.09)
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public List<AdemcoContactID_DTMF> DTMFDigits { get; }
Public ReadOnly Property DTMFDigits As List(Of AdemcoContactID_DTMF)
Get
public:
property List<AdemcoContactID_DTMF>^ DTMFDigits {
List<AdemcoContactID_DTMF>^ get ();
}
member DTMFDigits : List<AdemcoContactID_DTMF> with get
Property Value
Type:
ListAdemcoContactID_DTMFSee Also