#include <wrapper.h>
Inheritance diagram for CAx:
Public Member Functions | |
CAx () | |
bool | setParameter (byte addr, byte *data, byte len, byte schedule=0) |
Sends data to the module. | |
bool | getParameter (byte addr, byte *buffer, byte len) |
Retrieves data from the module. |
CAx::CAx | ( | ) |
Sends data to the module.
Sends len bytes from data to the module starting at address addr. schedule indicates that the data should be sent to the robot but won't be activated until the CWrapper::runScheduledAx function is called.
Retrieves data from the module.
Reads len bytes from the module into buffer starting at address addr.