Animatroller.Framework.LogicalDevice.Motor.TurnOff C# (CSharp) Method

TurnOff() public method

public TurnOff ( ) : Motor
return Motor
        public virtual Motor TurnOff()
        {
            this.Speed = 0;

            return this;
        }