Initialise wireless device
| 28 | |
| 29 | // Initialise wireless device |
| 30 | bool WirelessDevice::init(OSDictionary *dictionary) |
| 31 | { |
| 32 | if (!super::init(dictionary)) |
| 33 | return false; |
| 34 | index = -1; |
| 35 | function = NULL; |
| 36 | return true; |
| 37 | } |
| 38 | |
| 39 | // Checks if there's any data for us |
| 40 | bool WirelessDevice::IsDataAvailable(void) |