Jump to content

StepperBrick - blocking command


Recommended Posts

Posted

Hello,

 

Is there an effective way to issue a blocking a Step command against the StepperBrick without using callback functions?

 

I notice in my Delphi application that the call doesnt block!

 

Thanks,

Shaffin.

 

 

Posted

Generally, the calls to the API have a timeout of 2.5 seconds. So calls like setSteps will never block, since they may take a long time.

 

But you can make your own blockingSetSteps function that sets a bool value to true, calls setSteps, sets in the callback the bool value back to false and the blockingSetSteps function only returns when the bool value was set back to false.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...