CRxIPv4::CRxIPv4 Constructor
C++
CRxIPv4(unsigned uIP)
Constructor with unsigned as IP initialization. Interpreted in the way, that the first byte is oriented to the right: 0x01 00 00 0A – This would be 10.0.0.1.
Parameters
[unsigned] uIP |
The IP. |