Class ParseApplicationNameData
Defined in File ParseApplicationNameData.h
Class Documentation
-
class ParseApplicationNameData
Parser to read the type code of a tcp sequence.
Public Functions
-
ParseApplicationNameData()
Constructor of the parser.
-
bool parseTCPSequence(const datastructure::PacketBuffer &buffer, datastructure::ApplicationName &application_name) const
Parses a tcp sequence to read the type code of the sensor.
- Parameters:
buffer – The incoming tcp sequence.
application_name – Reference to the application name, which will be written while parsing.
- Returns:
If parsing was successful.
-
ParseApplicationNameData()