Location:
obextransportinfo.h
class TObexTransportInfo;
This class is a combination of the TObexProtocolInfo
and TObexProtocolPolicy
classes. This class is designed for licensee derivation, to support novel transport controllers. Existing superclasses include
TObexUsbTransportInfo
, TObexUsbV2TransportInfo
, TObexBtTransportInfo
and TObexIrTransportInfo
. It is also designed for 3rd party instantiation, for use when creation a CObexServer
or a CObexClient
.
Note that, being a T-type, this type and all derived types must hold data by value, to support bitwise copying.
Defined in TObexTransportInfo
:
iFuture1
, iFuture2
, iFuture3
, iFuture4
, iReceiveMtu
, iTransmitMtu
, iTransportName
, iVersion
TBuf< 60 > iTransportName;
The type of the transport over which obex will run. The size of the buffer is chosen for historical reasons. This is the size
originally used by TObexProtocolInfo
.
TInt iFuture4;