Location:
smsuaddr.H
Link against: smsu.lib
class TSmsAddr : public TSockAddr;
Description
SMS address for a socket.
Derivation
TBuf8< KMaxSockAddrSize > - No description.
TSmsAddr - SMS address for a socket
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()
IMPORT_C TSmsAddrFamily SmsAddrFamily() const;
Description
Gets the SMS address family.
Return value
IMPORT_C void SetSmsAddrFamily(TSmsAddrFamily aFamily);
Description
Sets the SMS address family.
Parameters
IMPORT_C TInt IdentifierMatch() const;
Description
Gets the identifier match.
Return value
IMPORT_C void SetIdentifierMatch(TInt aIdentifier);
Description
Sets the identifier match.
Parameters
TInt aIdentifier |
Identifier match
|
|
IMPORT_C TPtrC8 TextMatch() const;
Description
Gets the matched text.
Return value
IMPORT_C void SetTextMatch(const TDesC8 &aText);
Description
Sets the match text.
Parameters
const TDesC8 &aText |
The match text
|
|
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
|
|