Convenience functions for TCP-based connections


o tcp_bp_library_init
Initializes the TCP connection library, invoking bp_library_init.
o tcp_bp_library_shutdown
Terminates the TCP connection library.
o tcp_bp_connection_create
Front-end to bp_connection_create.
o tcp_bp_connect
Connect to a host, bind the socket-descriptor to a connection structure, register profile-modules, and start the initiator.
o tcp_bp_listen
Listen for incoming connections, bind each socket-descriptor to a connection structure, register profile-modules, and start the listener.
o tcp_bp_connection_close
Closes the socket associated with the connection returned by tcp_bp_connect and calls bp_connection_destroy.

Home Alphabetic index



This page was generated with the help of DOC++.