Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: smsuaddr.H
Link against: smsu.lib

This item is not part of the S60 3rd Edition SDK for Symbian OS, Feature Pack 2.

Class TSmsAddr

class TSmsAddr : public TSockAddr;

Description

SMS address for a socket.

Derivation

Members

Defined in TSmsAddr:
EMaxTextMatchLength, IdentifierMatch(), SetIdentifierMatch(), SetSmsAddrFamily(), SetTextMatch(), SmsAddrFamily(), TSmsAddr(), TextMatch(), anonymous, operator==()

Inherited from TSockAddr:
CmpPort(), Family(), GetUserLen(), Port(), SetFamily(), SetPort(), SetUserLen(), UserPtr()


Construction and destruction


TSmsAddr()

Capability: Illegal

IMPORT_C TSmsAddr();

Description

Constructor.

[Top]


Member functions


SmsAddrFamily()

Capability: Illegal

IMPORT_C TSmsAddrFamily SmsAddrFamily() const;

Description

Gets the SMS address family.

Return value

TSmsAddrFamily

SMS address family


SetSmsAddrFamily()

Capability: Illegal

IMPORT_C void SetSmsAddrFamily(TSmsAddrFamily aFamily);

Description

Sets the SMS address family.

Parameters

TSmsAddrFamily aFamily

SMS address family


IdentifierMatch()

Capability: Illegal

IMPORT_C TInt IdentifierMatch() const;

Description

Gets the identifier match.

Return value

TInt

Identifier match


SetIdentifierMatch()

Capability: Illegal

IMPORT_C void SetIdentifierMatch(TInt aIdentifier);

Description

Sets the identifier match.

Parameters

TInt aIdentifier

Identifier match


TextMatch()

Capability: Illegal

IMPORT_C TPtrC8 TextMatch() const;

Description

Gets the matched text.

Return value

TPtrC8

The match text


SetTextMatch()

Capability: Illegal

IMPORT_C void SetTextMatch(const TDesC8 &aText);

Description

Sets the match text.

Parameters

const TDesC8 &aText

The match text


operator==()

Capability: Illegal

IMPORT_C TBool operator==(const TSmsAddr &aAddr) const;

Description

Equality operator.

Parameters

const TSmsAddr &aAddr

Address to compare with

Return value

TBool

ETrue if the addresses match

[Top]


Member enumerations


Enum anonymous

n/a

Description

EMaxTextMatchLength