TObexConnectInfo Class Reference

class TObexConnectInfo

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.

Constructor & Destructor Documentation

TObexConnectInfo()

IMPORT_C TObexConnectInfo ( )

Member Functions Documentation

VersionMajor()

IMPORT_C TUint8 VersionMajor ( ) const

VersionMinor()

IMPORT_C TUint8 VersionMinor ( ) const

Member Data Documentation

TUint8 iFlags

TUint8 iFlags

Encoded OBEX version of the machine

TUint32 iPadding1

TUint32 iPadding1 [private]

the Target header from the connect packet, if any was specified

TUint32 iPadding2

TUint32 iPadding2 [private]

TBuf8< KObexObjectDescriptionSize > iTargetHeader

TBuf8 < KObexObjectDescriptionSize > iTargetHeader

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

TUint8 iVersion

TUint8 iVersion

TBuf8< KObexObjectDescriptionSize > iWho

TBuf8 < KObexObjectDescriptionSize > iWho

iFlags holds OBEX connection flags