Lines Matching refs:Result
76 * @return Result of the operation
78 mraa::Result draw(uint8_t* data, int bytes);
83 * @return Result of the operation
91 * @return Result of the operation
93 mraa::Result write(std::string msg);
99 * @return Result of the operation
101 mraa::Result setCursor(int row, int column);
105 * @return Result of the operation
107 mraa::Result clear();
111 * @return Result of the operation
113 mraa::Result home();
116 mraa::Result writeChar(uint8_t value);
117 mraa::Result setNormalDisplay();
118 mraa::Result setHorizontalMode();
119 mraa::Result setVerticalMode();