C# Class PiTelephone.clsDialHookListener

Dial pulse & Hook switch listener
Inheritance: IDisposable
Show file Open project: logicethos/PiTelephone Class Usage Examples

Public Properties

Property Type Description
Debug System.Boolean

Public Methods

Method Description
Dispose ( ) : void
HookChange ( ) : void
clsDialHookListener ( Raspberry.IO.GeneralPurpose.InputPinConfiguration HookInput, Raspberry.IO.GeneralPurpose.InputPinConfiguration PulseDialInput ) : System

Private Methods

Method Description
ListenDial ( ) : void
ListenHookSwitch ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

HookChange() public method

public HookChange ( ) : void
return void

clsDialHookListener() public method

public clsDialHookListener ( Raspberry.IO.GeneralPurpose.InputPinConfiguration HookInput, Raspberry.IO.GeneralPurpose.InputPinConfiguration PulseDialInput ) : System
HookInput Raspberry.IO.GeneralPurpose.InputPinConfiguration
PulseDialInput Raspberry.IO.GeneralPurpose.InputPinConfiguration
return System

Property Details

Debug public property

public Boolean,System Debug
return System.Boolean