Location:
obexirtransportinfo.h
class TObexIrTransportInfo : public TObexTransportInfo;
Concrete transport info type for use when using Irda ttp transport controller.
TObexTransportInfo
- This class is a combination of the
TObexIrTransportInfo
- Concrete transport info type for use when using Irda ttp transport controller
Defined in TObexIrTransportInfo
:
iAddr
, iAttributeName
, iClassName
Inherited from TObexTransportInfo
:
iFuture1
,
iFuture2
,
iFuture3
,
iFuture4
,
iReceiveMtu
,
iTransmitMtu
,
iTransportName
,
iVersion
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< KIASClassNameMax > iClassName;
The IAS class value that the OBEX session will register its listener port, or request remote port with.
TBuf8< KIASAttributeNameMax > iAttributeName;
The IAS attribute value that the OBEX session will register its listener port, or request remote port with.