All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.sf.microlog.midp.bluetooth.BluetoothConnectionHandler Maven / Gradle / Ivy

There is a newer version: 2.3.5
Show newest version
package net.sf.microlog.midp.bluetooth;

import java.io.IOException;

interface BluetoothConnectionHandler {
	void setConnectionString(final String serverUrl);
	void findAndSetConnectionString(final BluetoothRemoteDevice remoteDevice);
	void shutdownLoggingService() throws IOException;
	void close() throws IOException;
	void writeLogToStream(final String formattedLogStatement);
	String getBluetoothClientID(final String clientID);
	boolean openConnection();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy