Returns whether the structure is read from native memory after a native function call. @return whether automatic synch from native memory is enabled.
()
| 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. |