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

Method init

WirelessGamingReceiver/WirelessDevice.cpp:30–37  ·  view source on GitHub ↗

Initialise wireless device

Source from the content-addressed store, hash-verified

28
29// Initialise wireless device
30bool 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
40bool WirelessDevice::IsDataAvailable(void)

Callers 1

InstantiateServiceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected