1.2.3.4.26 SYS_CMD_DEVICE_NODE Struct
C
typedef struct
{
const SYS_CMD_API* pCmdApi; // Cmd IO APIs
const void* cmdIoParam; // channel specific parameter
} SYS_CMD_DEVICE_NODE;
Summary
Defines the data structure to store each command instance.
Description
This data structure stores all the data relevant to a uniquely entered command instance. It is a node for a linked list structure to support the Command Processor System Service's command history feature
Remarks
None.
