ADTF  3.18.2
cSystem::IAdapterInfoCallbackabstract

Callback for cSystem::GetEthernetAdapterInfo() More...

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. More...
 

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.