public class FrameParser extends Object
Modifier and Type | Field and Description |
---|---|
String |
mMostSpecificProtocolString |
String |
mResultString |
String |
mTypeString |
Constructor and Description |
---|
FrameParser(byte frameType,
byte[] frameBytes)
Parses the contents of a given network frame.
|
public String mMostSpecificProtocolString
public String mTypeString
public String mResultString
public FrameParser(byte frameType, byte[] frameBytes)
frameType
- The type of the frame, as defined in
WifiLoggerHal
.frameBytes
- The raw bytes of the frame to be parsed.