Copyright © 2013-2017 Michael Truog
Version: 1.7.1 Sep 12 2017 17:11:50 ------------------------------------------------------------------------
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, Sep 12 2017, 17:11:50.