Module pktline

Module pktline 

Source
Expand description

git pktline parser

Enums§

PktLine
PktLike packet
PktLineError
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.