Copyright © 2013-2017 Michael Truog
Version: 1.7.1 Jun 7 2017 10:27:07 ------------------------------------------------------------------------
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, Jun 7 2017, 10:27:07.