lxi_disconnect - disconnect a LXI connection
Contents
Description
The lxi_disconnect() function disconnects an existing LXI connection handle pointed to by deviceName
lxi_disconnect - disconnect a LXI connection
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.22 2024-11-08 lxi_disconnect(3)
Synopsis
#include<lxi.h>intlxi_disconnect(intdevice);
