|
| | AvahiTimeout (const struct timeval *aTimeout, AvahiTimeoutCallback aCallback, void *aContext, void *aPoller) |
| |
|
|
otbr::Timepoint | mTimeout |
| | Absolute time when this timer timeout.
|
| |
|
AvahiTimeoutCallback | mCallback |
| | The function to be called when timeout.
|
| |
|
void * | mContext |
| | The pointer to application-specific context.
|
| |
|
void * | mPoller |
| | The poller created this timer.
|
| |
This structure implements the AvahiTimeout.
◆ AvahiTimeout()
| AvahiTimeout::AvahiTimeout |
( |
const struct timeval * |
aTimeout, |
|
|
AvahiTimeoutCallback |
aCallback, |
|
|
void * |
aContext, |
|
|
void * |
aPoller |
|
) |
| |
|
inline |
The constructor to initialize an AvahiTimeout.
- Parameters
-
| [in] | aTimeout | A pointer to the time after which the callback should be called. |
| [in] | aCallback | The function to be called after timeout. |
| [in] | aContext | A pointer to application-specific context. |
| [in] | aPoller | The AvahiPoller this timeout belongs to. |
The documentation for this struct was generated from the following file: