Information about the HTTP/JSON protocol. More...
#include <protocol_info.h>
Public Attributes | |
std::vector< std::string > | commands |
List of available commands. | |
std::string | protocol_name |
protocol name, defaults to "pfsdp" | |
int | version_major |
Major version of protocol. | |
int | version_minor |
Minor version of protocol. |
Information about the HTTP/JSON protocol.
Definition at line 19 of file protocol_info.h.
std::vector< std::string > pepperl_fuchs::ProtocolInfo::commands |
List of available commands.
Definition at line 31 of file protocol_info.h.
std::string pepperl_fuchs::ProtocolInfo::protocol_name |
protocol name, defaults to "pfsdp"
Definition at line 22 of file protocol_info.h.
Major version of protocol.
Definition at line 25 of file protocol_info.h.
Minor version of protocol.
Definition at line 28 of file protocol_info.h.