Loading...
Determines the type of packet using the packet data byte sequence as input. The return value is E_PKT.
E_PKT identify_packet_type(uint8_t* p, uint8_t u8len)
If the packet cannot be interpreted as a specific packet, E_PKT::PKT_ERROR is returned.
E_PKT::PKT_ERROR