Back to project page diagnostic-tool.
The source code is released under:
Copyright (c) 2014 Ford Motor Company All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are me...
If you think the Android project diagnostic-tool 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 com.openxc.openxcdiagnostic.diagnostic; /* www. j a v a2s . c o m*/ public interface DiagnosticManager { /** * Update the current state of the manager. * * @param displayCommands * If true, the activity wants to switch to a command * sending/receiving state. If false, the activity wants to * switch to a request sending/receiving state. */ public void setRequestCommandState(boolean displayCommands); }