class CX509IPSubnetMask : public CBase |
An IP subnet mask.
Input data is parsed into an 8-bit base address and an 8-bit mask.
Public Member Functions | |
---|---|
CX509IPSubnetMask () | |
~CX509IPSubnetMask () | |
IMPORT_C TPtrC8 | BaseAddress () |
IMPORT_C TPtrC8 | Mask () |
IMPORT_C CX509IPSubnetMask * | NewL (const TDesC8 &) |
IMPORT_C CX509IPSubnetMask * | NewLC (const TDesC8 &) |
Private Member Functions | |
---|---|
void | ConstructL (const TDesC8 &) |
Private Attributes | |
---|---|
HBufC8 * | iName |
IMPORT_C | ~CX509IPSubnetMask | ( | ) |
Destructor.
Frees all resources owned by the object, prior to its destruction.
void | ConstructL | ( | const TDesC8 & | aBinaryData | ) | [private] |
const TDesC8 & aBinaryData |
IMPORT_C CX509IPSubnetMask * | NewL | ( | const TDesC8 & | aBinaryData | ) | [static] |
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.
const TDesC8 & aBinaryData | The encoded binary representation. |
IMPORT_C CX509IPSubnetMask * | NewLC | ( | const TDesC8 & | aBinaryData | ) | [static] |
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.
const TDesC8 & aBinaryData | The encoded binary representation. |
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.