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.

Version
Introduced in 0.2.1.53.
Parameters
timeoutInMillisecondsTime to wait for the response in milliseconds. Default value is DEFAULT_TRANSACTION_TIMEOUT_MSEC.
Exceptions
GoPxLSdk::GoRequestErrorIf the server responds with a failed status for the request.
GoPxLSdk::GoChannelErrorIf the request times out.