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

Method _receivedData

WirelessGamingReceiver/WirelessHIDDevice.cpp:258–261  ·  view source on GitHub ↗

Wrapper for notification of receiving data

Source from the content-addressed store, hash-verified

256
257// Wrapper for notification of receiving data
258void WirelessHIDDevice::_receivedData(void *target, WirelessDevice *sender, void *parameter)
259{
260 ((WirelessHIDDevice*)target)->receivedData();
261}
262
263// Get a location ID for this device, as some games require it
264OSNumber* WirelessHIDDevice::newLocationIDNumber() const

Callers

nothing calls this directly

Calls 1

receivedDataMethod · 0.80

Tested by

no test coverage detected