hololink::emulation::IPAddress_from_string

View as Markdown
IPAddress 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_address
const std::string &

The string representation of the IP address. Currently must be in format accepted by inet_addr().