SunSPOT API V5.0


com.sun.spot.service
Interface ISpotBlink

All Known Implementing Classes:
EDemoBoardBlink, SpotBlink

public interface ISpotBlink

A simple service that blinks LEDs on attached boards or performs an equivalent action, e.g. beep sound to a speaker, etc.

Author:
Ron Goldman

Method Summary
 void blink()
          Do the default Blink action.
 void blink(int durationInSecs)
          Do the Blink action for a given time period.
 

Method Detail

blink

void blink()
Do the default Blink action.


blink

void blink(int durationInSecs)
Do the Blink action for a given time period.

Parameters:
durationInSecs - time to blink

SunSPOT API V5.0


Copyright � 2006-2008 Sun Microsystems, Inc. All Rights Reserved.