Public Attributes#

TaskFunction_t

The function of the task (Invalid parameter if NULL)

char *

The name of the task. (Max characters = configMAX_TASK_NAME_LEN). NULL allowed.

void *

Any parameter variable of own choice that is casted as (void*). Can be NULL.

The desired priority of the task.

The buffer collection for the task.

Public Attribute Documentation#

pTaskFunc#

TaskFunction_t ZW_UserTask_t::pTaskFunc

The function of the task (Invalid parameter if NULL)


Definition at line 49 of file /mnt/raid/workspaces/ws.WDdsgIAV6/overlay/gsdk/protocol/z-wave/ZWave/API/ZW_UserTask.h

pTaskName#

char* ZW_UserTask_t::pTaskName

The name of the task. (Max characters = configMAX_TASK_NAME_LEN). NULL allowed.


Definition at line 50 of file /mnt/raid/workspaces/ws.WDdsgIAV6/overlay/gsdk/protocol/z-wave/ZWave/API/ZW_UserTask.h

pUserTaskParam#

void* ZW_UserTask_t::pUserTaskParam

Any parameter variable of own choice that is casted as (void*). Can be NULL.


Definition at line 51 of file /mnt/raid/workspaces/ws.WDdsgIAV6/overlay/gsdk/protocol/z-wave/ZWave/API/ZW_UserTask.h

priority#

ZW_UserTask_Priority_t ZW_UserTask_t::priority

The desired priority of the task.


Definition at line 52 of file /mnt/raid/workspaces/ws.WDdsgIAV6/overlay/gsdk/protocol/z-wave/ZWave/API/ZW_UserTask.h

taskBuffer#

ZW_UserTask_Buffer_t* ZW_UserTask_t::taskBuffer

The buffer collection for the task.

See Also


Definition at line 53 of file /mnt/raid/workspaces/ws.WDdsgIAV6/overlay/gsdk/protocol/z-wave/ZWave/API/ZW_UserTask.h