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.

Inherits from

Constructor & Destructor Documentation

CX509IPSubnetMask()

CX509IPSubnetMask ( )

Constructor.

~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]

Parameters

const TDesC8 & aBinaryData

Mask()

IMPORT_C TPtrC8 Mask ( ) const

Gets the subnet mask.

NewL(const TDesC8 &)

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.

Parameters

const TDesC8 & aBinaryData The encoded binary representation.

NewLC(const TDesC8 &)

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.

Parameters

const TDesC8 & aBinaryData The encoded binary representation.

Member Data Documentation

HBufC8 * iName

HBufC8 * iName [private]