start_link(Prio, NoteStore, MasterAgent, Opts) -> {ok, Pid} | {error, Reason}
Types
Prio = priority()NoteStore = pid()MasterAgent = pid()Opts = [opt()]opt() = {verbosity, verbosity()} | {versions, versions()} | term()versions() = [version()]version() = v1 | v2 | v3Start-link the network interface process.
NoteStore is the pid of the note-store process and MasterAgent is the pid of the master-agent process.
Opts is an (basically) implementation dependent list of options to the network interface process. There are however a number of options which must be handled: versions and verbosity.