TUsbcScEndpointInfo Class Reference
class TUsbcScEndpointInfo : public TUsbcEndpointInfo |
Constructor & Destructor Documentation
TUsbcScEndpointInfo(TUint, TUint, TInt, TInt, TUint, TUint)
Member Data Documentation
TUint
iAlignment
The necessary alignment, in bytes, that needs to be applied to the transfer start points of the data. This is only observed on OUT endpoints. Zero can be specified to indicate there are no class side requirements for alignment. The alignment for OUT endpoints is which ever is greater of this field or the USB hardware requirements.
TUint
iBufferSize
This indicates the requested size of the endpoint buffer and must be at least as large as iReadSize.
TUint
iFlags
Flags to indicate how the endpoint should function. None currently defined, but could be used to allow support for direct read.
TEndpointPairInfo
iPairing
TEndpointPairInfo represents pairing information for isochronous endpoints. Should be zero in other cases. If this specifies paired endpoints then iExtra (in the base class TUsbcEndpointInfo) also needs to be set to the class specific size for this endpoint descriptor (This is here only for future use).
TUint
iReadSize
This is the amount of data that the LDD reads from the bus before it sets up another read and is normally intended to read many packets.
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.