Searched refs:dtlength (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/AppleUSBIrDA-145.2.4/AppleUSBIrDA/
H A DAppleUSBIrDA.cpp1391 UInt16 dtlength; local
1422 dtlength = USBLapPayLoad - remaining;
1423 ELG( port->State, dtlength, 'dRC+', "dataReadComplete" );
1425 // LogData( kUSBIn, dtlength, me->fPipeInBuffer );
1427 if ( dtlength > 1 )
1431 ior = me->fIrDA->ReadComplete( &me->fPipeInBuffer[1], dtlength-1 );

Completed in 116 milliseconds