LEGO Mindstorms EV3


Specific command parameter
//!

typedef   enum
{
  SET_ON_OFF    = 1,                    //!< Set, Get
  SET_VISIBLE   = 2,                    //!< Set, Get
  SET_SEARCH    = 3,                    //!< Set
  SET_PIN       = 5,                    //!< Set, Get
  SET_PASSKEY   = 6,                    //!< Set
  SET_CONNECTION = 7,                    //!< Set
  SET_BRICKNAME = 8,
  SET_MOVEUP    = 9,
  SET_MOVEDOWN  = 10,
  SET_ENCRYPT   = 11,
  SET_SSID      = 12,
  SET_MODE2     = 13,

  COM_SET_SUBCODES
}
COM_SET_SUBCODE;

//! 

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