C# Class Animatroller.Framework.LogicalDevice.Event.MotorStatusChangedEventArgs

Inheritance: System.EventArgs
显示文件 Open project: HakanL/animatroller

Public Methods

Method Description
MotorStatusChangedEventArgs ( int newPos, bool failed ) : System

Method Details

MotorStatusChangedEventArgs() public method

public MotorStatusChangedEventArgs ( int newPos, bool failed ) : System
newPos int
failed bool
return System