We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Original Bug on CodePlex
I want to create method that will be called when i connect the device.
I saw the DeviceConnected event, but i down't know how to use it.
Some one can post some example how to do this?
The text was updated successfully, but these errors were encountered:
jnoordam wrote Mar 10, 2015 at 7:44 AM
AndroidDebugBridge adb = AndroidDebugBridge.CreateBridge(adbPath, false); adb.DeviceConnected += DeviceConnect; adb.DeviceDisconnected += DeviceDisconnect; function signatures public void DeviceConnect(object sender, DeviceEventArgs deviceEventArgs) { // your connect code here } public void DeviceDisconnect(object sender, DeviceEventArgs deviceEventArgs) { // your disconnect code here }
Sorry, something went wrong.
No branches or pull requests
Original Bug on CodePlex
I want to create method that will be called when i connect the device.
I saw the DeviceConnected event, but i down't know how to use it.
Some one can post some example how to do this?
The text was updated successfully, but these errors were encountered: