ADTF
|
Callback for cSystem::GetEthernetAdapterInfo() More...
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... | |
Callback for cSystem::GetEthernetAdapterInfo()
Definition at line 28 of file builds/digitalwerk/solutions/adtf_content/adtf_base/adtf_core/src/libraries/a_utils/include/a_utils/sys/system.h.
|
pure virtual |
This will be called for each available ethernet adapter.
[in] | strName | The name of the adapter. |
[in] | strDescription | An additional description of the adapter |
[in] | pui8PhysicalAddress | The physical address (MAC) of the adapter, an array of 6 bytes. |
Implemented in cSystem::cAdapterInfo.