Task Pool API Reference
Task pool library
_taskPoolTimerEvent_t Struct Reference

Represents an operation that is subject to a timer. More...

#include <iot_taskpool_internal.h>

Data Fields

IotLink_t link
 List link member.
 
TickType_t expirationTime
 When this event should be processed.
 
IotTaskPoolJob_t job
 The task pool job associated with this event.
 

Detailed Description

Represents an operation that is subject to a timer.

These events are queued per MQTT connection. They are sorted by their expiration time.


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