Lines Matching refs:Result
76 * @return Result of the operation
78 mraa::Result draw(uint8_t* data, int bytes);
84 * @return Result of the operation
86 mraa::Result write(std::string msg);
92 * @return Result of the operation
94 mraa::Result setCursor(int row, int column);
98 * @return Result of the operation
100 mraa::Result clear();
104 * @return Result of the operation
106 mraa::Result home();
109 mraa::Result writeChar(uint8_t value);
110 mraa::Result setNormalDisplay();
111 mraa::Result setAddressingMode(displayAddressingMode mode);