|
||
class TObexUsbV2TransportInfo : public TObexUsbTransportInfo;
Concrete transport info type when using the USB transport controller with client driver extensions.
TObexTransportInfo
- This class is a combination of the TObexProtocolInfo and TObexProtocolPolicy cla...
TObexUsbTransportInfo
- Concrete transport info type for use when using the usb transport controller.
TObexUsbV2TransportInfo
- Concrete transport info type when using the USB transport controller with client...
Defined in TObexUsbV2TransportInfo
:
iBandwidthPriority
Bitmap containing the bandwidth priorities to use on IN and OUT endpoints iDmaOnInEndpoint
Specifies whether to use DMA on the bulk IN endpoint iDmaOnOutEndpoint
Specifies whether to use DMA on the bulk OUT endpoint 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 Inherited from TObexUsbTransportInfo
:
iInterfaceStringDescriptor
Provides a string to be attached to the Obex function's Communication Class inte...TInt iBandwidthPriority;
Bitmap containing the bandwidth priorities to use on IN and OUT endpoints
TBool iDmaOnInEndpoint;
Specifies whether to use DMA on the bulk IN endpoint