|
||
class TObexProtocolInfo;
This class is derived for each underlying transport protocol OBEX runs over.
The iTransport member holds the unique name for the transport. For example for infra-red (TinyTP) this is "IrTinyTP" or KObexIrTTPProtocol.
Defined in TObexProtocolInfo
:
iTransport
Holds the unique name for the transport. TObexIrProtocolInfo
Used to describe IrDA specific protocol informationTObexBluetoothProtocolInfo
Used to describe Bluetooth specific protocol informationTObexUsbProtocolInfo
Used to describe USB specific protocol informationTObexUsbProtocolInfoV2
Used to set options used by the extended USB client driver for improved performa...KObexIrTTPProtocol
Protocol string when running over IrDA KObexIrTTPProtocolV2
Protocol string when running over IrDA Using this version indicates that the con...KObexRfcommProtocol
Protocol string when running over Bluetooth KObexUsbProtocol
Protocol string when running over USB KObexUsbProtocolV2
Protocol string when running over USB using client driver extensions TBuf< 60 > iTransport;
Holds the unique name for the transport.