lxi_disconnect
disconnect a LXI connection
- Provided by: liblxi-dev (Version: 1.16-1)
- Source: liblxi
- Report a bug
disconnect a LXI connection
#include <lxi.h>
int lxi_disconnect(int device);
The lxi_disconnect() function disconnects an existing LXI connection handle pointed to by device
Upon successful completion lxi_disconnect() returns LXI_OK , else LXI_ERROR is returned if an error occurred.