logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

lxi_disconnect - disconnect a LXI connection

Description

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

Name

       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);

See Also