class TObexIrProtocolInfo : public TObexProtocolInfo |
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".
Public Attributes | |
---|---|
TIrdaSockAddr | iAddr |
TBuf8< KIASAttributeNameMax > | iAttributeName |
TBuf8< KIASClassNameMax > | iClassName |
TUint8 | iDiscoveryAttempts |
TUint8 | iDiscoverySlots |
Private Attributes | |
---|---|
TUint16 | iPadding1 |
TUint32 | iPadding2 |
TUint32 | iPadding3 |
TUint32 | iPadding4 |
Inherited Attributes | |
---|---|
TObexProtocolInfo::iTransport |
TIrdaSockAddr | iAddr |
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.
TBuf8< KIASAttributeNameMax > | iAttributeName |
The IAS attribute value that the OBEX session will register its listener port, or request remote port with.
TBuf8< KIASClassNameMax > | iClassName |
The IAS class value that the OBEX session will register its listener port, or request remote port with.