Ultibo API
C/C++ API for Ultibo Core
Loading...
Searching...
No Matches
_TASKER_MESSAGESLOT_SEND 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.
MESSAGESLOT_HANDLE messageslot
 Handle of the message slot to send to.
THREAD_MESSAGE message
 Message to be sent.

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.

◆ messageslot

MESSAGESLOT_HANDLE messageslot

Handle of the message slot to send to.

◆ message

THREAD_MESSAGE message

Message to be sent.


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