Location:
capcodec.h
Link against: CapCodec.dll
TAliasAddress
Supported from 6.0
Alias Address. Use this class to handle Alias Address capabilities.
Defined in TAliasAddress
:
Address()
, Bearer()
, HasBearer()
, HasPort()
, Port()
, Reset()
, SetAddress()
, SetBearer()
, SetPort()
, TAliasAddress()
, ~TAliasAddress()
TInt SetAddress(const TDesC8& aAddress);
Sets the Address field.
|
|
void SetBearer(const TUint8 aBearer);
Set the Bearer field.
|
void SetPort(const TUint16 aPort);
Sets the Port field.
|