Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
lxi_disconnect(3)	       C Library Functions	       lxi_disconnect(3)

NAME
     lxi_disconnect - disconnect a LXI connection

SYNOPSIS
     #include <lxi.h>

     int lxi_disconnect(int device);

DESCRIPTION
     The lxi_disconnect() function disconnects an existing LXI connection handle
     pointed to by device

RETURN VALUE
     Upon successful completion lxi_disconnect() returns LXI_OK , else LXI_ERROR
     is returned if an error occurred.

SEE ALSO
     lxi_send(3), lxi_receive(3), lxi_disconnect(3),

liblxi 1.18			   2022-09-28		       lxi_disconnect(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=lxi_disconnect&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help