Previous Topic: Send DataNext Topic: Retrieve Results


Check Status

Use the following code to check status:

…
op.ExecuteCheckResponse(id,&status) //Perform check, result goes in status
switch (status)
{
...
  case XYZ available
  ...
  case XYZ Pending:
  ...
  default:
  ...
}