Lines Matching full:sequence
77 uint8_t packetSeqNum; //!< Packet sequence number
78 uint8_t packetAckSeqNum; //!< Packet ACK/NACK sequence number
93 * SOL sequence numbers. At the session level, SOL Payloads share the session
94 * sequence numbers for authenticated and unauthenticated packets with other
96 * their own message sequence numbers that are used for tracking missing and
97 * retried SOL messages. The sequence numbers must be non-zero. Retried
98 * packets use the same sequence number as the first packet.
104 /** @brief Get the SOL sequence number.
106 * @param[in] inbound - true for inbound sequence number and false for
107 * outbound sequence number
109 * @return sequence number
116 /** @brief Increment the inbound SOL sequence number. */
125 /** @brief Increment the outbound SOL sequence number.
127 * @return outbound sequence number to populate the SOL payload.
140 uint8_t in = 1; //!< Inbound sequence number.
141 uint8_t out = 0; //!< Outbound sequence number, since the first
247 * @param[in] seqNum - Packet sequence number.
248 * @param[in] ackSeqNum - Packet ACK/NACK sequence number.
280 * Expected Sequence number and expected character count is set before
286 /** @brief Inbound and Outbound sequence numbers. */
299 * @param[in] ackSeqNum - Packet ACK/NACK Sequence Number.