CRxMAC::Set Method
C++
void Set(unsigned __int64 u64MAC)
Sets the given unsigned __int64 as new MAC. 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 to set. |