C# 클래스 CyrusBuilt.MonoPi.Components.Motors.MotorRotateEventArgs

Motor rotate event arguments class.
상속: System.EventArgs
파일 보기 프로젝트 열기: cyrusbuilt/MonoPi 1 사용 예제들

공개 메소드들

메소드 설명
MotorRotateEventArgs ( Int32 steps ) : System

Initializes a new instance of the CyrusBuilt.MonoPi.Components.Motors.MotorRotateEventArgs class with the steps being taken.

메소드 상세

MotorRotateEventArgs() 공개 메소드

Initializes a new instance of the CyrusBuilt.MonoPi.Components.Motors.MotorRotateEventArgs class with the steps being taken.
public MotorRotateEventArgs ( Int32 steps ) : System
steps System.Int32 /// The steps being taken. 0 steps = stopped. Greater than 0 = the number /// of steps forward. Less than 0 = the number of steps moving backward. ///
리턴 System