[Erlang Systems]

erl_connect

C LIBRARY

C LIBRARY SUMMARY

DESCRIPTION

EXPORTS

int erl_connect_init(number, cookie, creation)
int erl_connect_xinit(host, alive, node, addr, cookie, creation)

int erl_connect(node)
int erl_xconnect(addr, alive)

int erl_close_connection(fd)

int erl_receive(fd, bufp, bufsize)

int erl_receive_msg(fd, bufp, bufsize, emsg)

int erl_xreceive_msg(fd, bufpp, bufsizep, emsg)

int erl_send(fd, to, msg)

int erl_reg_send(fd, to, msg)

ETERM *erl_rpc(fd, mod, fun, args)
int erl_rpc_to(fd, mod, fun, args)
int erl_rpc_from(fd, timeout, emsg)

int erl_publish(port)
int erl_xpublish(port, addr)

int erl_accept(listensock, conp)

const char *erl_thiscookie()
const char *erl_thisnodename()
const char *erl_thishostname()
const char *erl_thisalivename()
short erl_thiscreation()

int erl_unpublish(alive)

Debug Information

AUTHORS


erl_interface 3.2.9
Copyright © 1991-2001 Ericsson Utvecklings AB