MXEIO_Disconnect
Close the connection with the Ethernet I/O device; the handle will be invalid.
C/C++
int MXEIO_Disconnect( int hConnection);
Visual Basic
Declare Function MXEIO_Disconnect Lib "MXIO.dll" (ByVal hConnection As Long) As Long
Arguments:
hConnection |
handle for a connection. |
Return Value:
Succeed |
MXIO_OK |
Fail |
Refer to Return Codes. |