hololink::emulation::IPAddress_to_string

View as Markdown
std::string hololink::emulation::IPAddress_to_string(
const IPAddress &ip_address
)

python (use IPAddress object str() method)

def __str__(self: hemu.IPAddress) -> str

Convert an IPAddress object to its string representation.

Returns: String representation of the IP address

Parameters

ip_address
const IPAddress &

The IPAddress object to convert