Advertisement
Guest User

Untitled

a guest
Nov 6th, 2014
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. IBDA_SignalStatistics::get_SignalQuality method
  2.  
  3. The get_SignalQuality method retrieves a value from 1 to 100 indicating the quality of the signal.
  4. Syntax
  5. C++
  6.  
  7.  
  8. HRESULT get_SignalQuality(
  9. [out] LONG *plPercentQuality
  10. );
  11.  
  12. Parameters
  13.  
  14. plPercentQuality [out]
  15.  
  16. Pointer that receives the value as a percentage. 100 indicates best quality and 0 indicates worst quality.
  17.  
  18. Return value
  19.  
  20. If the method succeeds, it returns S_OK. If it fails, it returns an error code.
  21. Requirements
  22.  
  23. Header
  24.  
  25.  
  26. Bdaiface.h
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement