1.1.2.1.5.3.1 STACK_Event_T
C
typedef struct STACK_Event_T
{
uint8_t groupId;
uint16_t evtLen;
uint8_t *p_event;
} STACK_Event_T;Description
STACK callback event.
Field Documentation
| Field | Description |
|---|---|
| groupId | Group id. STACK_EVT_GRP. |
| evtLen | Length of the event. |
| p_event | Pointer to the event field. |
