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