2014-01-17 06:30 AM
I looked into MSC host example, but I thing BOT is not ordinary bulk transfer?
I'm still thinking about RNDIS - the data transfer.Is that also wrapped-command-status transfer or just plain data exchange via bulk-EPs?If no wrappers are needed, how is it done using the library mentioned in the title?Even if RNDIS data was wrapped-command-status transfer, I'd still like to also know how the non-wrapped transfer works.[edit]Or is it so, that (maybe some weird special cases excluded) bulk transfers always use wrapped command and status control transfers as a part of the ''protocol''?2014-01-18 03:24 AM
I tried to read the MSC BOT code, but didn't quite get it.
What I got from it was:2014-01-25 09:28 AM
Bump.
2014-01-28 12:08 PM
Maybe I've been unclear?
The question is:Is RNDIS data transferred as just a REMOTE_NDIS_PACKET_MSG sent as a data block via bulk EP, or is the header sent via the control EP and the actual data via bulk EP (as in BOT transfer) ?My guess is: the first.