Copyright © 2013-2017 Michael Truog
Version: 1.7.1 Feb 26 2018 17:29:19 ------------------------------------------------------------------------
Authors: Michael Truog (mjtruog [at] gmail (dot) com).
format_binary() = <<_:120>> | <<_:312>>
format_string() = string()
from_binary(X1::format_binary()) -> inet:ip_address()
from_string(X1::format_string()) -> inet:ip_address()
to_binary(X1::inet:ip_address()) -> format_binary()
to_string(X1::inet:ip_address()) -> format_string()
Generated by EDoc, Feb 26 2018, 17:29:19.