Back to project page android-uds.
The source code is released under:
MIT License
If you think the Android project android-uds listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package org.imazlwifu.uds.rpc; /*ww w. j a v a2s .c o m*/ /** * TODO * @author se26082011 * */ public interface RemoteConnection { /** * TODO */ public void publishData(); }