CX509IPSubnetMask Class Reference
class CX509IPSubnetMask : public CBase |
An IP subnet mask.
Input data is parsed into an 8-bit base address and an 8-bit mask.
Constructor & Destructor Documentation
~CX509IPSubnetMask()
IMPORT_C | ~CX509IPSubnetMask | ( | ) | |
Destructor.
Frees all resources owned by the object, prior to its destruction.
Member Functions Documentation
BaseAddress()
IMPORT_C TPtrC8 | BaseAddress | ( | ) | const |
Gets the base IP address.
ConstructL(const TDesC8 &)
void | ConstructL | ( | const TDesC8 & | aBinaryData | ) | [private] |
NewL(const TDesC8 &)
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.
Parameters
const TDesC8 & aBinaryData | The encoded binary representation. |
NewLC(const TDesC8 &)
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.
Parameters
const TDesC8 & aBinaryData | The encoded binary representation. |
Member Data Documentation
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.