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

CRxMAC::CRxMAC Constructor

C++
CRxMAC(unsigned __int64 u64MAC)

Constructor with unsigned as MAC initialization. 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.

Parameters

[unsigned __int64] u64MAC

The MAC.