Lines Matching refs:Result
106 * @return Result of the operation
108 mraa::Result write(std::string msg);
114 * @return Result of the operation
116 mraa::Result setCursor(int row, int column);
120 * @return Result of the operation
122 mraa::Result clear();
126 * @return Result of the operation
128 mraa::Result home();
135 * @return Result of operation
137 mraa::Result createChar(uint8_t charSlot, uint8_t charData[]);
142 * @return Result of operation
144 mraa::Result displayOn();
149 * @return Result of operation
151 mraa::Result displayOff();
156 * @return Result of operation
158 mraa::Result cursorOn();
163 * @return Result of operation
165 mraa::Result cursorOff();
170 * @return Result of operation
172 mraa::Result cursorBlinkOn();
177 * @return Result of operation
179 mraa::Result cursorBlinkOff();
184 * @return Result of operation
186 mraa::Result scrollDisplayLeft();
191 * @return Result of operation
193 mraa::Result scrollDisplayRight();
198 * @return Result of operation
200 mraa::Result entryLeftToRight();
205 * @return Result of operation
207 mraa::Result entryRightToLeft();
212 * @return Result of operation
214 mraa::Result autoscrollOn();
219 * @return Result of operation
221 mraa::Result autoscrollOff();
225 mraa::Result send(uint8_t value, int mode);
226 mraa::Result write4bits(uint8_t value);
227 mraa::Result expandWrite(uint8_t value);
228 mraa::Result pulseEnable(uint8_t value);
241 virtual mraa::Result command(uint8_t cmd);
242 virtual mraa::Result data(uint8_t data);