MXIO_ReadFirmwareDate
This function reports firmware release date of the ioLogik 4000 Network Adapter or the ioLogik 2000 and ioLogik 5000 module.
C/C++
int MXIO_ReadFirmwareDate( int hConnection,
WORD wDate[ ]);
Visual Basic
Declare Function MXIO_GetModuleType Lib "MXIO.dll" (ByVal hConnection As Long, ByVal bytSlot As Byte, iType As Integer) As Long
Arguments:
hConnection |
I/O device handle for a connection. |
wDate |
Firmware release date. Ex If Word 0 = 0x0705 , Word 1 = 0x2005 then firmware release date is July 5, 2005 |
Return Value:
Succeed |
MXIO_OK |
Fail |
Refer to Return Codes. |