AForge.Robotics.Lego.NXTBrick.ResetMotorPosition C# (CSharp) Метод

ResetMotorPosition() публичный Метод

Reset motor's position.
public ResetMotorPosition ( Motor motor, bool relative ) : bool
motor Motor Motor to reset.
relative bool Specifies if relative (to last movement) or absolute motor's /// position should reset.
Результат bool
        public bool ResetMotorPosition( Motor motor, bool relative )
        {
            return ResetMotorPosition( motor, relative, true );
        }

Same methods

NXTBrick::ResetMotorPosition ( Motor motor, bool relative, bool waitReply ) : bool