MCPcopy Create free account
hub / github.com/java-native-access/jna / getAutoRead

Method getAutoRead

src/com/sun/jna/Structure.java:1886–1888  ·  view source on GitHub ↗

Returns whether the structure is read from native memory after a native function call. @return whether automatic synch from native memory is enabled.

()

Source from the content-addressed store, hash-verified

1884 * @return whether automatic synch from native memory is enabled.
1885 */
1886 public boolean getAutoRead() {
1887 return this.autoRead;
1888 }
1889
1890 /** Set whether the structure is written to native memory prior to a native
1891 * function call.

Callers 1

autoReadMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected