Namespace: Rx – Class: CRxMAC – Header: Rx.Core/RxMAC.h

CRxMAC::Get Method

C++
unsigned __int64 Get()

Gets the MAC represented as an unsigned __int64 value. To be interpreted in the way, that the first byte is oriented to the right:

0xAA BB CC DD EE FF --> This would be FF:EE:DD:CC:BB:AA.

Returns

unsigned __int64

The MAC address.