MXIO_GetSubType
This function is used to report the model subtype of the ioLogik device.
C/C++
int MXIO_GetSubType( int hConnection, BYTE bytSlot, DWORD * dwSubType);
VISUAL BASIC
Declare Function MXIO_GetSubType Lib "MXIO.dll" (ByVal hConnection As Long, ByVal bytSlot As Byte, dwSubType As Long) As Long
Arguments:
hConnection |
A handle of a connection. |
bytSlot |
this parameter is always 0. |
dwSubType |
A pointer that stores the model sub type. dwSubType & 0x0000000F = 1 (GPRS) dwSubType & 0x0000000F = 2 (HSDPA) dwSubType & 0x000F0000 = 1 (Wide Temperature) |
Return Value:
Succeed |
MXIO_OK |
Fail |
Refer to Return Codes. |