Uses of Class
motej.IrCameraMode

Packages that use IrCameraMode
motej   
motej.event   
 

Uses of IrCameraMode in motej
 

Methods in motej that return IrCameraMode
static IrCameraMode IrCameraMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static IrCameraMode[] IrCameraMode.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in motej with parameters of type IrCameraMode
 void Mote.enableIrCamera(IrCameraMode mode, IrCameraSensitivity sensitivity)
           
protected  void Mote.fireIrCameraEvent(IrCameraMode mode, IrPoint p0, IrPoint p1, IrPoint p2, IrPoint p3)
           
 

Uses of IrCameraMode in motej.event
 

Methods in motej.event that return IrCameraMode
 IrCameraMode IrCameraEvent.getMode()
           
 

Constructors in motej.event with parameters of type IrCameraMode
IrCameraEvent(Mote source, IrCameraMode mode, IrPoint p0, IrPoint p1, IrPoint p2, IrPoint p3)
           
 



Copyright © 2007-2009 Volker Fritzsch. All Rights Reserved.