|
DTMFOffHook Property
|
Gets the
DTMF instances representing a telephone off-the-hook signal.
Namespace: GSF.Media.SoundAssembly: GSF.Media (in GSF.Media.dll) Version: 2.4.205-beta
Syntax public static DTMF[] OffHook { get; }
Public Shared ReadOnly Property OffHook As DTMF()
Get
public:
static property array<DTMF^>^ OffHook {
array<DTMF^>^ get ();
}
static member OffHook : DTMF[] with get
GSF.Media.Sound.DTMF.get_OffHook = function();
View SourceProperty Value
DTMFSee Also