TObexProtocolInfo Class Reference

#include <mw/obexconstants.h>

class TObexProtocolInfo
Public Attributes
TBuf< 60 >iTransport

Detailed Description

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.

See also: TObexIrProtocolInfo for running over TinyTP TObexBluetoothProtocolInfo for running over Rfcomm TObexUsbProtocolInfo for running over USB TObexUsbProtocolInfoV2 for running over USB using client driver extensionsKObexIrTTPProtocol KObexIrTTPProtocolV2 KObexRfcommProtocol KObexUsbProtocol KObexUsbProtocolV2

Member Attribute Documentation

iTransport

TBuf< 60 >iTransport

Holds the unique name for the transport.