Skip to content
New issue

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

can not recieve wiimote disconnect event. #8

Open
GoogleCodeExporter opened this issue Apr 17, 2015 · 0 comments
Open

can not recieve wiimote disconnect event. #8

GoogleCodeExporter opened this issue Apr 17, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link


[ERROR] receiving wiimote date(id 1)
ERROR DETAILERS: transport endpoint is not connected. 
[Wiimote unid 1 will be disconnected


What version of the product are you using? On what operating system?
Ubuntu 12.10

When I pull out the battery in the willmote ,the connect will be down of course 
.And i have register a listener like this.
@Override
    public void onDisconnectionEvent(DisconnectionEvent arg0) {
        // TODO Auto-generated method stub
//      System.out.println("disconnectEvent"+arg0);
        wiimoteConnected = false;
    }
i only get the error infomoation which i attached above ,but can not see the 
disconnectEvent which i println in console.how can i recieve the disconnect 
event and do something for that?

Original issue reported on code.google.com by [email protected] on 9 Jan 2013 at 5:35

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant