Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <obexconstants.h>
Link against: obex.lib

Class TObexConnectInfo

class TObexConnectInfo;

Description

TObexConnectInfo This structure contains information used during OBEX connection. iVersion holds the encoded OBEX version of the machine, use VersionMajor() and VersionMinor() to extract the parts of the version number (each having a value from 0 to 15). iFlags holds OBEX connection flags. iWho holds the Who attribute from the connect packet, if any was specified, or otherwise has a length of 0. It is recommended that this class is only ever allocated on the heap as it is quite big.

Members

Defined in TObexConnectInfo:


Construction and destruction


TObexConnectInfo()

IMPORT_C TObexConnectInfo();

Description

[Top]


Member functions


VersionMajor()const

IMPORT_C TUint8 VersionMajor() const;

Description

Return value

TUint8


VersionMinor()const

IMPORT_C TUint8 VersionMinor() const;

Description

Return value

TUint8

[Top]


Member data


iVersion

TUint8 iVersion;

Description


iFlags

TUint8 iFlags;

Description

Encoded OBEX version of the machine


iWho

TBuf8< KObexObjectDescriptionSize > iWho;

Description

iFlags holds OBEX connection flags


iTargetHeader

TBuf8< KObexObjectDescriptionSize > iTargetHeader;

Description

the Who attribute from the connect packet, if any was specified