Namespace: Rx – Class: CRxIPv4 – Header: Rx.Core/RxIPv4.h

CRxIPv4::CRxIPv4 Constructor

C++
CRxIPv4(const CRxString& sIP)

Constructor with a CRxString as initialization. Expected is a string with unsigned values separated by ".". Example: CRxString xIP = "10.0.0.1";.

Parameters

[const CRxString&] sIP

The IP.