|
NAMElxi_disconnect - disconnect a LXI connectionSYNOPSIS#include <lxi.h>int lxi_disconnect(int device); DESCRIPTIONThe lxi_disconnect() function disconnects an existing LXI connection handle pointed to by deviceRETURN VALUEUpon successful completion lxi_disconnect() returns LXI_OK , else LXI_ERROR is returned if an error occurred.SEE ALSOlxi_send(3), lxi_receive(3), lxi_disconnect(3),
Visit the GSP FreeBSD Man Page Interface. |