struct adisconnect

Defined at line 87 of file ../../src/developer/adb/third_party/adb/adb-protocol.h

the adisconnect structure is used to record a callback that

* will be called whenever a transport is disconnected (e.g. by the user)

* this should be used to cleanup objects that depend on the

* transport (e.g. remote sockets, listeners, etc...)

Public Members

void (*)(void *, atransport *) func
void * opaque