com.buglabs.device
Interface IBaseDisplay


public interface IBaseDisplay

This defines how to display information on the BUG base LCD. This interface is used to lock the display. This ensures only one client at a time and write to the base display.


Method Summary
 IFramebufferDevice lock(java.lang.String clientId)
          A client must first lock the display before writing.
 void unlock(java.lang.String clientId)
          A client unlocks the display after use for other clients.
 

Method Detail

lock

IFramebufferDevice lock(java.lang.String clientId)
A client must first lock the display before writing.

Returns:

unlock

void unlock(java.lang.String clientId)
            throws InvalidClientException
A client unlocks the display after use for other clients.

Throws:
InvalidClientException