Namespace: Rx – Class: CRxIPv4Subnetmask – Header: Rx.Core/RxIPv4Subnetmask.h
CRxIPv4Subnetmask::CRxIPv4Subnetmask Constructor
C++
CRxIPv4Subnetmask(unsigned uSubnetMask)
Constructor with unsigned as initialization. Interpreted in the way, that the first byte is oriented to the right: 0x00 00 FF FF – This would be 255.255.0.0.
Parameters
[unsigned] uSubnetMask |
The Subnetmask. |