A.6. URBs

Table A.10. URB driver fields

PositionData typeDescription
0x00void*Pointer to begin of buffer data. If data is included in this structure it will point behind the waiting structure else it must point to the piece of memory which is used as data buffer.
0x04unsigned longAllocated data buffer size in Bytes. If the offset is added to this value you are getting the whole size of the buffer structure.
0x08unsigned longNumber of Bytes in the buffer which are really used for data in the moment.
0x0Cunsigned longActual position of data transfer.