|
NXT C++ Bluetooth Library | ||||||
FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Enumeration used to determine the result type (which sub-class of Result)
Result::get_type
Field Summary | |
ADC_RESULT = 2
Means that the sub class is ADC_ports (used with the PCF8591 ADC chip/sensor) |
|
RGB_RESULT = 0
Means that the sub class is Rgb_color (used with the color sensor) |
|
XYZ_RESULT = 1
Means that the sub class is Xyz_position (used with the tilt sensor) |
Field Detail |
public ADC_RESULT = 2
Adc_ports
, Adc_8591::read
public RGB_RESULT = 0
Rgb_color
, Color_sensor::read
public XYZ_RESULT = 1
Xyz_position
, Tilt::read
|
NXT C++ Bluetooth Library | ||||||
FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |