![]() |
LicenseSpring C++ SDK 7.31.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. | |
~NetworkInfo () | |
Destructor for networkInfo. | |
void | setIp (const std::string &ip) |
Setter for IP address. | |
const std::string & | ip () const |
Getter for IP address. | |
void | setMac (const std::string &mac) |
Setter for MAC address. | |
const std::string & | mac () const |
Getter for MAC address. | |
void | setHostName (const std::string &hostName) |
Setter for host name. | |
const std::string & | hostName () const |
Getter for host name. | |
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.
Setter for IP address.
ip | IP address |
const std::string & LicenseSpring::NetworkInfo::ip | ( | ) | const |
Getter for IP address.
Setter for MAC address.
mac | MAC address |
const std::string & LicenseSpring::NetworkInfo::mac | ( | ) | const |
Getter for MAC address.
Setter for host name.
hostName | Host name |
const std::string & LicenseSpring::NetworkInfo::hostName | ( | ) | const |
Getter for host name.