Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <obexconstants.h>

Class TObexIrProtocolInfo

class TObexIrProtocolInfo : public TObexProtocolInfo;

Description

Used to describe IrDA specific protocol information

To access the default OBEX server, the IAS class value should be "OBEX" and the IAS attribute name "IrDA:TinyTP:LsapSel".

Derivation

Members

Defined in TObexIrProtocolInfo:

Inherited from TObexProtocolInfo:


Member data


iAddr

TIrdaSockAddr iAddr;

Description

IrDA address information for this connection, as used in the IrDA sockets interface. Refer to the SDK for more information about this. Its main use is for setting the port that the local machine will listen on.


iClassName

TBuf8< KIASClassNameMax > iClassName;

Description

The IAS class value that the OBEX session will register its listener port, or request remote port with.


iAttributeName

TBuf8< KIASAttributeNameMax > iAttributeName;

Description

The IAS attribute value that the OBEX session will register its listener port, or request remote port with.


iDiscoverySlots

TUint8 iDiscoverySlots;

Description

The number of discovery slots to use.


iDiscoveryAttempts

TUint8 iDiscoveryAttempts;

Description

The number of discovery attempts to make.