LEGO Mindstorms EV3


Results

Describes result from executing functions

*/


typedef   enum
{
  OK            = 0,                    //!< No errors to report
  BUSY          = 1,                    //!< Busy - try again
  FAIL          = 2,                    //!< Something failed
  STOP          = 4                     //!< Stopped
}
RESULT;

/*  

LEGO® Robotics Firmware Documentation
Confidential Information © 2013 The LEGO Group