Overview   Project   Class   Tree   Index 
NXT C++ Bluetooth Library
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

NXT C++ Bluetooth Library
Class Result

   in sensor.h
Direct Known Subclasses:
Adc_ports, Rgb_color, Xyz_position

class Result

Class used to return sensor readings when there is more than one return value

See Also:
Sensor::read

Method Summary
 virtual Result_type get_type()= 0
          
 

Method Detail

get_type

public virtual Result_type get_type()= 0;
Returns:
the result type (see the RESULT_TYPE enumeration)

 Overview   Project   Class   Tree   Index 
NXT C++ Bluetooth Library
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD