FileDocCategorySizeDatePackage
IBrailleService.javaAPI DocAndroid 5.1 API5905Sat Mar 14 04:10:30 GMT 2015com.googlecode.eyesfree.braille.display

IBrailleService

public interface IBrailleService implements android.os.IInterface
Interface for clients to talk to the braille display service.

Fields Summary
Constructors Summary
Methods Summary
public voiddisplayDots(byte[] patterns)
Updates the main cells of the connected braille display with a given dot {@code pattern}.

return
{@code true} on success and {@code false} otherwise.

public booleanregisterCallback(com.googlecode.eyesfree.braille.display.IBrailleServiceCallback callback)
Register a callback for the {@code callingApp} which will receive certain braille display related events.

public voidunregisterCallback(com.googlecode.eyesfree.braille.display.IBrailleServiceCallback callback)
Unregister a previously registered callback for the {@code callingApp}.