start_link(Server, NoteStore) -> {ok, Pid} | {error, Reason}
Types
Server = pid()NoteStore = pid()Start-link the network interface process.
Server is the pid of the managing process.
NoteStore is the pid of the note-store process.