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

FieldDescription
groupIdGroup id. STACK_EVT_GRP.
evtLenLength of the event.
p_eventPointer to the event field.