|
GoPxL SDK
|
| void CheckResponse | ( | k64u | timeoutInMilliseconds = DEFAULT_TRANSACTION_TIMEOUT_MSEC | ) |
Checks the future transaction response value without returning it.
Waits until the response is available.
| timeoutInMilliseconds | Time to wait for the response in milliseconds. Default value is DEFAULT_TRANSACTION_TIMEOUT_MSEC. |
| GoPxLSdk::GoRequestError | If the server responds with a failed status for the request. |
| GoPxLSdk::GoChannelError | If the request times out. |