Characteristic |
Locus |
Inheritance |
System.Object
> Ky038
|
Inherited Members |
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
|
Namespace |
Meadow.Foundation.Sensors.Sound |
Assembly |
Ky038.dll |
Syntax
Constructors
Declaration
public Ky038(IAnalogInputPort analogPort, IDigitalInputPort digitalInputPort)
Parameters
Type |
Name |
Description |
IAnalogInputPort |
analogPort |
|
IDigitalInputPort |
digitalInputPort |
|
Ky038(IIODevice, IPin, IPin)
Declaration
public Ky038(IIODevice device, IPin A0, IPin D0)
Parameters
Type |
Name |
Description |
IIODevice |
device |
|
IPin |
A0 |
|
IPin |
D0 |
|
Fields
analogPort
Declaration
protected IAnalogInputPort analogPort
Field Value
Type |
Description |
IAnalogInputPort |
|
Declaration
protected IDigitalInputPort digitalInputPort
Field Value
Type |
Description |
IDigitalInputPort |
|