Method ReadbackRequest
ReadbackRequest(Action<bool>)
Schedules asynchronous readback of the internal data.
Declaration
void ReadbackRequest(Action<bool> callback = null)
Parameters
Type | Name | Description |
---|---|---|
Action<bool> | callback | Callback invoked when async readback is finished. Return value indicates if async readback is successful. |