![]() |
VEXcode IQ C++ Unofficial documentation for version 3.0.4.1
|
Public Member Functions | |
device (int32_t index) | |
IQ_DeviceType | type () |
int32_t | index () |
void | init (int32_t index) |
virtual bool | installed () |
virtual int32_t | value () |
int32_t | readDigitalPin () |
int32_t | readAnalogPin () |
Protected Member Functions | |
void | setPollInterval (int32_t value) |
bool | pollValid (bool bSave) |
Protected Attributes | |
int16_t | _index |
Definition at line 26 of file vex_device.h.
|
virtual |
Reimplemented in vex::bumper, vex::colorsensor, vex::gyro, vex::sonar, and vex::touchled.
|
protected |
Definition at line 32 of file vex_device.h.