Previous Topic: Send DataNext Topic: Retrieve Results


Check Status

Use the following code to check status:

...
switch(op.checkAsyncResponse(id))
{
...
  case XYZ available
  ...
  case XYZ Pending:
  ...
  default:
  ...
}
...