|
| Phcc Interface Library for .NET and COM v0.2.1.0 reference library |
| MotorDirections Enumeration |
| See Also Send Feedback |
Enumeration of stepper motor directions.
Namespace:
Phcc
Assembly:
Phcc (in Phcc.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Enumeration MotorDirections |
| C# |
|---|
public enum MotorDirections |
Members
| Member name | Description | |
|---|---|---|
| Clockwise |
Specifies clockwise stepper motor movement.
| |
| Counterclockwise |
Specifies counterclockwise stepper motor movement.
|