Namespace: Rx – Class: CRxIPv4Subnetmask – Header: Rx.Core/RxIPv4Subnetmask.h

CRxIPv4Subnetmask::Set Method

C++
void Set(unsigned uSub)

Sets the given unsigned as new Subnet mask. 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] uSub

The subnet mask to set.