Table of Contents

Class Hcsr501ValueChangedEventArgs

Namespace
Iot.Device.Hcsr501
Assembly
Iot.Device.Hcsr501.dll

HC-SR501 Value Changed Event Args

public class Hcsr501ValueChangedEventArgs : EventArgs
Inheritance
Hcsr501ValueChangedEventArgs

Constructors

Hcsr501ValueChangedEventArgs(PinValue)

Constructs Hcsr501ValueChangedEventArgs instance

public Hcsr501ValueChangedEventArgs(PinValue value)

Parameters

value PinValue

New value of pin

Properties

PinValue

HC-SR501 OUT Pin Value

public PinValue PinValue { get; }

Property Value

PinValue