Ultibo API
C/C++ API for Ultibo Core
Loading...
Searching...
No Matches
_TASKER_THREAD_SEND_MESSAGE Struct Reference

#include <threads.h>

Data Fields

uint32_t task
 The task to be performed.
TASKER_TASKprev
 Previous task in Tasker list.
TASKER_TASKnext
 Next task in Tasker list.
THREAD_HANDLE thread
 Handle of the thread to send a message to.
THREAD_MESSAGE message
 Message to send to the thread.

Field Documentation

◆ task

uint32_t task

The task to be performed.

◆ prev

TASKER_TASK* prev

Previous task in Tasker list.

◆ next

TASKER_TASK* next

Next task in Tasker list.

◆ thread

THREAD_HANDLE thread

Handle of the thread to send a message to.

◆ message

THREAD_MESSAGE message

Message to send to the thread.


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