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

CRxMAC::CRxMAC Constructor

C++
CRxMAC(const CRxString& xMAC)

Constructor with a CRxString as initialization. Expected is a string with hex values separated by ":".

Example: CRxString xIP = "DE:AD:BE:EF:AA:BB";

Parameters

[const CRxString&] xMAC

The MAC.