API referenceEmulation APIFunctionshololink::emulation::IPAddress_from_stringAsk a question|Copy page|View as Markdown|More actionsIPAddress hololink::emulation::IPAddress_from_string( const std::string &ip_address) python (use IPAddress object constructor) Construct an IPAddress object from a string representation of the IP address. Returns: An IPAddress instance Parameters ip_addressconst std::string &The string representation of the IP address. Currently must be in format accepted by inet_addr().