API referenceEmulation APIFunctionshololink::emulation::IPAddress_to_stringAsk a question|Copy page|View as Markdown|More actionsstd::string hololink::emulation::IPAddress_to_string( const IPAddress &ip_address) Convert an IPAddress object to its string representation. python (use IPAddress object str() method) def __str__(self: hemu.IPAddress) -> str Returns: String representation of the IP address Parameters ip_addressconst IPAddress &The IPAddress object to convert