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

FieldDescription
groupIdGroup id. See STACK_GroupId_T
evtLenLength of the event
p_eventPointer to the event field