.TH "globus_xio_mode_e_driver_instance" 3 "Wed Feb 27 2019" "Version 6.1" "globus_xio" \" -*- nroff -*- .ad l .nh .SH NAME globus_xio_mode_e_driver_instance \- Opening/Closing\&. .SH SYNOPSIS .br .PP .SH "Detailed Description" .PP Opening/Closing\&. An XIO handle with the mode_e driver can be created with either \fBglobus_xio_handle_create()\fP or \fBglobus_xio_server_register_accept()\fP\&. .PP If the handle is created with \fBglobus_xio_handle_create()\fP, the contact string passed to ref \fBglobus_xio_register_open()\fP call must contain a host name and service/port\&. The number of streams required can be specified on the attr using \fBGLOBUS_XIO_MODE_E_SET_NUM_STREAMS\fP (default is one stream)\&. The stack of drivers to be used on the streams can be specified on the attr using \fBGLOBUS_XIO_MODE_E_SET_STACK\fP (default is a stack containing TCP driver)\&. .PP When the XIO handle is closed, the mode_e driver will destroy its internal resources and close the stream(s)\&. .SH "Author" .PP Generated automatically by Doxygen for globus_xio from the source code\&.