MCPcopy Create free account
hub / github.com/XCSoar/XCSoar / IOIOAgent

Method IOIOAgent

android/src/IOIOAgent.java:59–66  ·  view source on GitHub ↗
(IOIOConnectionFactory _factory, Listener _listener)

Source from the content-addressed store, hash-verified

57 private IOIO connecting;
58
59 public IOIOAgent(IOIOConnectionFactory _factory, Listener _listener) {
60 super("IOIOAgent[" + _factory.getType() + "]");
61
62 factory = _factory;
63 listener = _listener;
64
65 start();
66 }
67
68 public synchronized void enable() {
69 enabledFlag = true;

Callers

nothing calls this directly

Calls 2

getTypeMethod · 0.80
startMethod · 0.80

Tested by

no test coverage detected