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