|
||
class TObexIrTransportInfo : public TObexTransportInfo;
Concrete transport info type for use when using Irda ttp transport controller.
TObexTransportInfo
- This class is a combination of the TObexProtocolInfo and TObexProtocolPolicy cla...
TObexIrTransportInfo
- Concrete transport info type for use when using Irda ttp transport controller.
Defined in TObexIrTransportInfo
:
iAddr
IrDA address information for this connection, as used in the IrDA sockets interf...iAttributeName
The IAS attribute value that the OBEX session will register its listener port, o...iClassName
The IAS class value that the OBEX session will register its listener port, or re...Inherited from TObexTransportInfo
:
iFuture1
iFuture2
iFuture3
iFuture4
iReceiveMtu
The maximum size of the receive packet buffer for the policy iTransmitMtu
The maximum size of the transmit packet buffer for the policy iTransportName
The type of the transport over which obex will run. The size of the buffer is ch...iVersion
The version of the protocol policy format that this class supports KObexIrTTPProtocol
Protocol string when running over IrDA 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.