ADTF
Loading...
Searching...
No Matches
cSystem::IAdapterInfoCallbackabstract

Callback for GetEthernetAdapterInfo() More...

#include <system.h>

Inheritance diagram for cSystem::IAdapterInfoCallback:
[legend]

Public Member Functions

virtual tResult HandleAdapterInfo (const tChar *strName, const tChar *strDescription, tUInt8 *pui8PhysicalAddress)=0
 This will be called for each available ethernet adapter.
 

Detailed Description

Member Function Documentation

◆ HandleAdapterInfo()

virtual tResult HandleAdapterInfo ( const tChar * strName,
const tChar * strDescription,
tUInt8 * pui8PhysicalAddress )
pure virtual

This will be called for each available ethernet adapter.

Parameters
[in]strNameThe name of the adapter.
[in]strDescriptionAn additional description of the adapter
[in]pui8PhysicalAddressThe physical address (MAC) of the adapter, an array of 6 bytes.
Returns

Implemented in cSystem::cAdapterInfo.