MXIO Software Development Kit
C++ Sample Code Programming Guide
|
Functions | |
virtual int | CMXIO_V3_2500::MXIO_ListIF (WORD *wIFCount)=0 |
virtual int | CMXIO_V3_2500::MXIO_GetIFInfoEx (WORD wIFCount, MX_STRU_IF_INFO_EX IFInfo[])=0 |
virtual int | CMXIO_V3_2500::MXIO_SelectIFEx (DWORD dwIFIndex)=0 |
|
pure virtual |
[out] | wIFCount | return quantity of network interface |
|
pure virtual |
[in] | wIFCount | quantity of network interface returned from MXIO_ListIF() |
[out] | IFInfo[] | return all network interface information |
|
pure virtual |
[in] | dwIFIndex | index of IFInfo[] to select the network interface |