|
|
|
Location:
x509gn.h
Link against: x509.lib
CX509IPSubnetMask
Supported from 6.0
An IP subnet mask.
Input data is parsed into an 8-bit base address and an 8-bit mask.
|
Defined in CX509IPSubnetMask:
BaseAddress(), CX509IPSubnetMask(), Mask(), NewL(), NewLC(), ~CX509IPSubnetMask()
Inherited from CBase:
operator new()
static CX509IPSubnetMask* NewL(const TDesC8& aBinaryData);
Creates an IP subnet mask object from the specified buffer containing the binary coded representation.
The data is parsed into an 8-bit base address and an 8-bit mask.
|
|
static CX509IPSubnetMask* NewLC(const TDesC8& aBinaryData);
Creates an IP subnet mask object from the specified buffer containing the binary coded representation, and puts a pointer to it onto the cleanup stack.
The data is parsed into an 8-bit base address and an 8-bit mask.
|
|
~CX509IPSubnetMask();
Destructor.
Frees all resources owned by the object, prior to its destruction.
TPtrC8 BaseAddress() const;
Gets the base IP address.
|
TPtrC8 Mask() const;
Gets the subnet mask.
|