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

CRxIPv4::Get Method

C++
unsigned Get()

Gets the IP represented as an unsigned value. To be interpreted in the way, that the first byte is oriented to the right: 0x01 00 00 0A – This would be 10.0.0.1.

Returns

unsigned

The IP value.