MXIO_ListDevs_ActiveTag
This function is used to get total amount of ioLogik devices that link to AOPC server.
C/C++
int MXIO_ListDevs_ActiveTag( WORD * wDeviceCount);
VISUAL BASIC
Declare Function MXIO_ListDevs_ActiveTag Lib "MXIO.dll" (wDeviceCount As Integer) As Long
Arguments:
wDeviceCount |
Total amount of ioLogik devices connected to AOPC Server. |
Return Values:
Succeed |
MXIO_OK |
Fail |
Refer to Return Codes. |