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

Method NewData

WirelessGamingReceiver/WirelessDevice.cpp:89–93  ·  view source on GitHub ↗

Called when new data arrives

Source from the content-addressed store, hash-verified

87
88// Called when new data arrives
89void WirelessDevice::NewData(void)
90{
91 if (function != NULL)
92 function(target, this, parameter);
93}
94
95// Gets the location ID for this device
96OSNumber* WirelessDevice::newLocationIDNumber() const

Callers 2

ProcessMessageMethod · 0.80
InstantiateServiceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected