GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
lxi_connect(3) FreeBSD Library Functions Manual lxi_connect(3)

lxi_connect - connect to LXI device

#include <lxi.h>

int lxi_connect(char *address, int port, char *name, int timeout, lxi_protocol_t protocol);

The lxi_connect() function connects to a LXI device with name at IP address pointed to by address

If name is NULL then the default name "inst0" will be used.

protocol is either VXI11 or RAW.

If protocol is RAW then port will be used as destination port.

The timeout is in milliseconds.

Upon successful completion lxi_connect() returns a new connection handle, or LXI_ERROR if an error occurred.

lxi_send(3), lxi_receive(3), lxi_disconnect(3),
October 2017

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.