#include <remconaddress.h>
class TRemConAddress |
Public Attributes | |
---|---|
const TUint | KMaxAddrSize |
TSglQueLink | iLink |
Public Member Functions | |
---|---|
TRemConAddress() | |
~TRemConAddress() | |
IMPORT_C TBuf8< KMaxAddrSize > & | Addr() |
IMPORT_C const TBuf8< KMaxAddrSize > & | Addr() |
IMPORT_C TUid & | BearerUid() |
IMPORT_C TUid | BearerUid() |
IMPORT_C TBool | IsNull() |
IMPORT_C TBool | operator==(const TRemConAddress &) |
Represents a single remote device address in terms of the bearer used to connect to the device and some bearer-specific connection information.
const TUint | KMaxAddrSize | [static] |
This is maximum supported size for a bearer-specific remote device address (cf. TSockAddr).
IMPORT_C TBool | IsNull | ( | ) | const |
The address is null if the bearer UID is the null UID.
Returns: ETrue if the address is invalid/null, EFalse otherwise.
IMPORT_C TBool | operator== | ( | const TRemConAddress & | aRhs | ) | const |
Equality operator.
Returns: ETrue if both bearer UIDs and sets of bearer-specific information match, EFalse otherwise.