Searched defs:ChppTransportState (Results 1 – 1 of 1) sorted by relevance
422 struct ChppTransportState { struct423 struct ChppAppState *appContext; // Pointer to app layer context425 struct ChppRxStatus rxStatus; // Rx state and location within426 struct ChppTransportHeader rxHeader; // Rx packet header427 struct ChppTransportFooter rxFooter; // Rx packet footer (checksum)428 struct ChppDatagram rxDatagram; // Rx datagram452 //! This MUST be the last field in the ChppTransportState structure, otherwise argument454 struct ChppPlatformLinkParameters linkParams; // For corresponding link layer