Namespace: Rx – Class: CRxIPv4Subnetmask – Header: Rx.Core/RxIPv4Subnetmask.h
CRxIPv4Subnetmask::Get Method
C++
unsigned Get()
Gets the subnet mask represented as an unsigned value. To be interpreted in the way, that the first byte is oriented to the right: 0x00 00 FF FF <– This would be 255.255.0.0.
Returns
unsigned |
The subnet mask value. |