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

Method SetIndex

WirelessGamingReceiver/WirelessDevice.cpp:83–86  ·  view source on GitHub ↗

For internal use, sets this instances index on the wireless gaming receiver

Source from the content-addressed store, hash-verified

81
82// For internal use, sets this instances index on the wireless gaming receiver
83void WirelessDevice::SetIndex(int i)
84{
85 index = i;
86}
87
88// Called when new data arrives
89void WirelessDevice::NewData(void)

Callers 2

ProcessMessageMethod · 0.80
InstantiateServiceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected