E42_ReadFirmwareDate
This function reports firmware release date of the ioLogik 4200 Network Adapter.
C/C++
int E42_ReadFirmwareDate( int hConnection,
WORD wDate[ ]);
Visual Basic
Declare Function E42_GetModuleType Lib "MXIO.dll" (ByVal hConnection As Long, ByVal bytSlot As Byte, iDate 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. |