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

Method SerialReadCompleteInternal

360Controller/_60Controller.cpp:801–805  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

799}
800
801void Xbox360Peripheral::SerialReadCompleteInternal(void *target, void *parameter, IOReturn status, UInt32 bufferSizeRemaining)
802{
803 if (target != NULL)
804 ((Xbox360Peripheral*)target)->SerialReadComplete(parameter, status, bufferSizeRemaining);
805}
806
807// This forwards a completed write notification to a member function
808void Xbox360Peripheral::WriteCompleteInternal(void *target,void *parameter,IOReturn status,UInt32 bufferSizeRemaining)

Callers

nothing calls this directly

Calls 1

SerialReadCompleteMethod · 0.80

Tested by

no test coverage detected