LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

about Callback function

Solved!
Go to solution

can Callback functions  be called from other personal defined normal functions?

example:

COMMAND Control, its Callback function is cmd();

and i have other normal function named  display();

so, in display(), can function cmd() be called?

display(...)

{

   ....

  cmd(..);

}

 

0 Kudos
Message 1 of 2
(2,415 Views)
Solution
Accepted by topic author winter1970

This question has been asked (and answered) recently, you can find it here

0 Kudos
Message 2 of 2
(2,411 Views)