C# 클래스 Emlid.WindowsIot.Hardware.Components.NxpPca9685.NxpPca9685Channel

References an NxpPca9685ChannelValue by index and provides change notification.
파일 보기 프로젝트 열기: emlid/Navio-SDK-Windows-IoT

공개 메소드들

메소드 설명
Equals ( object obj ) : bool

Compares this object with another by value.

GetHashCode ( ) : int

Returns a hashcode based on the current value of this object.

NxpPca9685Channel ( int index ) : System

Creates an instance at the specified index and an empty value.

NxpPca9685Channel ( int index, NxpPca9685ChannelValue value ) : System

Creates an instance with the specified values.

operator ( ) : bool

Tests two objects of this type for inequality by value.

비공개 메소드들

메소드 설명
DoValueChanged ( ) : void

Fires the ValueChanged event.

OnValueChanged ( object sender, EventArgs arguments ) : void

Fires the ValueChanged event when the NxpPca9685ChannelValue.Changed event is received.

메소드 상세

Equals() 공개 메소드

Compares this object with another by value.
public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

Returns a hashcode based on the current value of this object.
public GetHashCode ( ) : int
리턴 int

NxpPca9685Channel() 공개 메소드

Creates an instance at the specified index and an empty value.
public NxpPca9685Channel ( int index ) : System
index int
리턴 System

NxpPca9685Channel() 공개 메소드

Creates an instance with the specified values.
public NxpPca9685Channel ( int index, NxpPca9685ChannelValue value ) : System
index int
value NxpPca9685ChannelValue
리턴 System

operator() 공개 정적인 메소드

Tests two objects of this type for inequality by value.
public static operator ( ) : bool
리턴 bool