![]() |
LicenseSpring C++ SDK
7.27.0
Easily add Software Licensing to your application
|
Class for storing a device's network information. More...
#include <LicenseSpring/ExtendedOptions.h>
Public Member Functions | |
| NetworkInfo ()=default | |
| Constructor for networkInfo. More... | |
| ~NetworkInfo () | |
| Destructor for networkInfo. More... | |
| void | setIp (const std::string &ip) |
| Setter for IP address. More... | |
| const std::string & | ip () const |
| Getter for IP address. More... | |
| void | setMac (const std::string &mac) |
| Setter for MAC address. More... | |
| const std::string & | mac () const |
| Getter for MAC address. More... | |
| void | setHostName (const std::string &hostName) |
| Setter for host name. More... | |
| const std::string & | hostName () const |
| Getter for host name. More... | |
Class for storing a device's network information.
Definition at line 19 of file ExtendedOptions.h.
|
default |
Constructor for networkInfo.
| LicenseSpring::NetworkInfo::~NetworkInfo | ( | ) |
Destructor for networkInfo.
| void LicenseSpring::NetworkInfo::setIp | ( | const std::string & | ip | ) |
Setter for IP address.
| ip | IP address |
| const std::string& LicenseSpring::NetworkInfo::ip | ( | ) | const |
Getter for IP address.
| void LicenseSpring::NetworkInfo::setMac | ( | const std::string & | mac | ) |
Setter for MAC address.
| mac | MAC address |
| const std::string& LicenseSpring::NetworkInfo::mac | ( | ) | const |
Getter for MAC address.
| void LicenseSpring::NetworkInfo::setHostName | ( | const std::string & | hostName | ) |
Setter for host name.
| hostName | Host name |
| const std::string& LicenseSpring::NetworkInfo::hostName | ( | ) | const |
Getter for host name.