objc

Instance Methods
<TimerDelegate> Protocol Reference

A protocol that defines the methods for a timer delegate. More...

#import <Application/Application.h>

Instance Methods

(void) - timerFired:
 Called when the timer fires. More...
 

Detailed Description

A protocol that defines the methods for a timer delegate.

Examples:
examples/Application/blink/main.m, examples/Application/timer/main.m, and examples/Network/ntp/main.m.

Definition at line 16 of file TimerDelegate+Protocol.h.

Method Documentation

◆ timerFired:()

- (void) timerFired: (id timer
required

Called when the timer fires.

Parameters
timerThe timer that fired.

The documentation for this protocol was generated from the following file: