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