MCPcopy Create free account
hub / github.com/360Controller/360Controller / ReadCompleteInternal

Method ReadCompleteInternal

360Controller/_60Controller.cpp:795–799  ·  view source on GitHub ↗

This forwards a completed read notification to a member function

Source from the content-addressed store, hash-verified

793
794// This forwards a completed read notification to a member function
795void Xbox360Peripheral::ReadCompleteInternal(void *target,void *parameter,IOReturn status,UInt32 bufferSizeRemaining)
796{
797 if(target!=NULL)
798 ((Xbox360Peripheral*)target)->ReadComplete(parameter,status,bufferSizeRemaining);
799}
800
801void Xbox360Peripheral::SerialReadCompleteInternal(void *target, void *parameter, IOReturn status, UInt32 bufferSizeRemaining)
802{

Callers

nothing calls this directly

Calls 1

ReadCompleteMethod · 0.45

Tested by

no test coverage detected