Perform any necessary post-call synchronization. Normally this just means reading from native memory any changes made by the native function call.
()
| 58 | * the native function call. |
| 59 | */ |
| 60 | void read(); |
| 61 | } |
| 62 | |
| 63 | /** Maximum number of arguments supported by a JNA function call. */ |
no outgoing calls