Location:
remconaddress.h
Link against: remcontypes.lib
class TRemConAddress;
Description
Represents a single remote device address in terms of the bearer used to connect to the device and some bearer-specific connection
information.
Members
Defined in TRemConAddress
:
Addr()
, Addr()
, BearerUid()
, BearerUid()
, IsNull()
, KMaxAddrSize
, TRemConAddress()
, iLink
, operator==()
, ~TRemConAddress()
IMPORT_C TRemConAddress();
Description
Constructor.
IMPORT_C ~TRemConAddress();
Description
Destructor.
IMPORT_C TBool IsNull() const;
Description
The address is null if the bearer UID is the null UID.
Return value
TBool
|
ETrue if the address is invalid/null, EFalse otherwise.
|
|
IMPORT_C TUid &BearerUid();
Description
Return value
TUid &
|
The bearer UID. Set this to null to make the address null.
|
|
IMPORT_C TUid BearerUid() const;
Description
Return value
IMPORT_C TBuf8< KMaxAddrSize > &Addr();
Description
Return value
IMPORT_C const TBuf8< KMaxAddrSize > &Addr() const;
Description
Return value
IMPORT_C TBool operator==(const TRemConAddress &aRhs) const;
Description
Equality operator.
Parameters
Return value
TBool
|
ETrue if both bearer UIDs and sets of bearer-specific information match, EFalse otherwise.
|
|
const TUint KMaxAddrSize;
Description
This is maximum supported size for a bearer-specific remote device address (cf. TSockAddr).
TSglQueLink iLink;
Description
Link between elements of this type in a TSglQue
.