NeKernel dev
Loading...
Searching...
No Matches
Kernel::MacAddressGetter Class Referencefinal

This retrieves the MAC address of the device. More...

#include <MAC.h>

Public Member Functions

 MacAddressGetter ()=default
 ~MacAddressGetter ()=default
Array< UInt8, kMACAddrLen > & AsBytes ()

Private Attributes

Array< UInt8, kMACAddrLenfMacAddress

Detailed Description

This retrieves the MAC address of the device.

Note
Listens for the current NIC.

Constructor & Destructor Documentation

◆ MacAddressGetter()

Kernel::MacAddressGetter::MacAddressGetter ( )
default

◆ ~MacAddressGetter()

Kernel::MacAddressGetter::~MacAddressGetter ( )
default

Member Function Documentation

◆ AsBytes()

Array< UInt8, kMACAddrLen > & Kernel::MacAddressGetter::AsBytes ( )

Member Data Documentation

◆ fMacAddress

Array<UInt8, kMACAddrLen> Kernel::MacAddressGetter::fMacAddress
private

The documentation for this class was generated from the following files: