Searched defs:CommPhyOptHeader (Results 1 – 1 of 1) sorted by relevance
43 struct CommPhyOptHeader { struct44 …Len = 0; // Indicate length of frame before fragmentation. Frame include CommHeader no padding45 uint16_t fragCount = 0; // Indicate how many fragments this frame is divided into46 uint16_t fragNo = 0; // Indicate which fragment this packet is. start from 0.