15 #ifndef ALEXA_CLIENT_SDK_SETTINGS_INCLUDE_SETTINGS_TYPES_NETWORKINFO_H_ 16 #define ALEXA_CLIENT_SDK_SETTINGS_INCLUDE_SETTINGS_TYPES_NETWORKINFO_H_ 286 #endif // ALEXA_CLIENT_SDK_SETTINGS_INCLUDE_SETTINGS_TYPES_NETWORKINFO_H_ bool setMacAddress(const std::string &macAddress)
ConnectionType
Definition: NetworkInfo.h:36
Definition: NetworkInfo.h:31
Represents a wireless connection.
::std::string string
Definition: gtest-port.h:1097
void resetConnectionType()
void setIsStaticIP(bool isStaticIP)
bool setSubnetMask(const std::string &subnetMask)
Optional< std::string > getIpAddress() const
Optional< std::string > getDhcpServerAddress() const
bool operator!=(const NetworkInfo &rhs) const
bool setBssid(const std::string &bssid)
friend std::ostream & operator<<(std::ostream &os, const NetworkInfo &info)
Friend output function.
bool operator==(const NetworkInfo &rhs) const
std::istream & operator>>(std::istream &is, AlarmVolumeRampTypes &value)
Definition: AlarmVolumeRampTypes.h:95
Definition: Optional.h:32
Optional< ConnectionType > getConnectionType() const
void setConnectionType(const ConnectionType &connectionType)
void resetDhcpServerAddress()
bool setDhcpServerAddress(const std::string &dhcpServerAddress)
void setEssid(const std::string &essid)
Optional< std::string > getBssid() const
Whether or not curl logs should be emitted.
Definition: AVSConnectionManager.h:36
Optional< bool > getIsStaticIP() const
Optional< std::string > getSubnetMask() const
bool setIpAddress(const std::string &ipAddress)
Optional< std::string > getMacAddress() const
Optional< std::string > getEssid() const
Represents a wired connection.