BrickPi.Sensors.SensorNotificationBase.StopSendingNotifications C# (CSharp) Method

StopSendingNotifications() public method

public StopSendingNotifications ( ) : void
return void
        public void StopSendingNotifications()
        {
            StopTimerInternal();
        }