Searched refs:readLength (Results 1 – 2 of 2) sorted by relevance
412 var readLength = selectedChannel.SourceReadSize; in DoTransfer()416 ….machine.GetSystemBus(Parent).ReadBytes(selectedChannel.SourceAddress, readLength, context: Parent… in DoTransfer()421 selectedChannel.SourceAddress += (uint)readLength; in DoTransfer()
687 protected virtual Response Qird(int connectionId, int readLength) in Qird() argument695 if(readLength == 0) in Qird()700 var readBytes = sockets[connectionId].Receive(readLength); in Qird()