SDK information message containing information about the entire interface. More...
#include <creos/messages/interface_info.hpp>
Public Member Functions | |
| auto | operator<=> (const InterfaceInfo &other) const =default |
| Compare two InterfaceInfo object messages. | |
| bool | operator== (const InterfaceInfo &other) const |
| Check if two InterfaceInfo object messages are equal. | |
| bool | operator!= (const InterfaceInfo &other) const |
| Check if two InterfaceInfo object messages are not equal. | |
Public Attributes | |
| std::string | version |
| Version of the interface. | |
| std::vector< InterfaceGroupInfo > | interface_groups |
| Interface groups of the interface. | |
SDK information message containing information about the entire interface.