MCPcopy Create free account
hub / github.com/Tencent/tgfx / setByteOrder

Method setByteOrder

include/tgfx/core/DataView.h:119–121  ·  view source on GitHub ↗

* Sets the DataView's byte order. */

Source from the content-addressed store, hash-verified

117 * Sets the DataView's byte order.
118 */
119 void setByteOrder(ByteOrder order) {
120 _byteOrder = order;
121 }
122
123 /**
124 * Returns a boolean value from the bytes at the specified byte offset. A signed 8-bit integer is

Callers 1

TGFX_TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TGFX_TESTFunction · 0.64