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