Advertisement
Guest User

Untitled

a guest
Oct 7th, 2015
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. cmd_scan("on"); //Outputs "Discovery started" through a callback.
  2. printf("test");
  3. cmd_scan("off"); //Outputs "Discovery stopped" through a callback.
  4.  
  5. test
  6. discovery started
  7. discovery stopped
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement