BrickPi.Movement.Motor.GetTachoCount C# (CSharp) Method

GetTachoCount() public method

Gets the tacho count
public GetTachoCount ( ) : Int32
return System.Int32
        public Int32 GetTachoCount()
        {
            return brick.BrickPi.Motor[(int)Port].Encoder;
        }