CSharpRoboticsLib.WPIExtensions.EnhancedDigitalInput.GetFallingUpdate C# (CSharp) Метод

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

Returns true if there is a falling edge and updates the internal state
public GetFallingUpdate ( ) : bool
Результат bool
        public bool GetFallingUpdate() => m_edge.GetFallingUpdate(Get());