MXIO_Close_ActiveTag
This function is used to close the connection between AOPC and ioLogik device. The handle will be invalid.
Value will return in 30 seconds. If return busy, call again.
C/C++
MXIO_Close_ActiveTag(void);
VISUAL BASIC
Declare Function MXIO_Close_ActiveTag Lib "MXIO.dll" () As Long
Arguments:
Return Value:
Succeed |
MXIO_OK |
Fail |
Refer to Return Codes. |