Expand description
git pktline parser
Enums§
- PktLine
- PktLike packet
- PktLine
Error - PktLine parsing error
Functions§
- pkt_
delim - Extracts PktLine::Delim from bytes
- pkt_end
- Extracts PktLine::End from bytes
- pkt_
flush - Extracts PktLine::Flush from bytes
- pkt_
line - Extracts a PktLine from bytes and returns it with the remaining bytes in case of failure an error is returned.