This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

IncomingMsgFormat_t 数据解析

typedef struct
{
uint16_t GroupId;
uint16_t ClusterId;
uint16_t SrcAddr;
uint8_t SrcEndpoint;
uint8_t DstEndpoint;
uint8_t WasVroadcast;
uint8_t LinkQuality;
uint8_t SecurityUse;
uint32_t TimeStamp;
uint8_t TransSeqNum;
uint8_t Len;
uint8_t Data[99];
} IncomingMsgFormat_t;

这个结构体的Data数组怎么解析 有相关的文档吗