Skip to main content

parse_event_packet

Function parse_event_packet 

Source
pub fn parse_event_packet(data: &[u8]) -> JdwpResult<EventSet>
Expand description

Parse an event packet from JDWP

§Errors

Returns a JdwpError if the buffer does not contain enough bytes or is malformed.