1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2<html> 3 4<head> 5<META http-equiv="Content-Type" content="text/html; charset=windows-1252"> 6<META name="GENERATOR" content="IBM WebSphere Studio Homepage Builder Version 8.0.2.0 for Windows"> 7<META http-equiv="Content-Style-Type" content="text/css"> 8<title>WM_GetDispersionScanPeriod</title> 9<LINK rel="stylesheet" href="../../css/nitro.css" type="text/css"> 10</head> 11 12<body> 13 14<h1 align="left">WM_GetDispersionScanPeriod <img src="../../image/NTR.gif"><img src="../../image/TWL.gif"></H1> 15<h2>Syntax</h2> 16<dl> 17 <dd><PRE><CODE>#include <nitro/wm.h> 18 19u16 WM_GetDispersionScanPeriod( void ); 20</CODE></PRE></dd> 21</dl> 22 23<h2>Arguments</h2> 24<p>None.</p> 25 26<h2>Return Values</h2> 27<p> 28Returns the maximum time the child is allowed to scan for parents. 29</p> 30 31<H2>Description</H2> 32<P> 33Gets the maximum time limit (in ms) the child can spend searching for parents If the child scanned repeatedly with the same period of duration, it would take a long time to discover a parent beaming with a set beacon period. To prevent long lags, this function sets an appropriate time limit. 34</P> 35 36<H2>See Also</H2> 37<P><a href="WM_StartScan.html"><code>WM_StartScan</a></code>, <code><a href="WM_GetDispersionBeaconPeriod.html">WM_GetDispersionBeaconPeriod</a></code></P> 38 39<H2>Revision History</H2> 40<P> 412004/10/18 Initial version. 42</P> 43<hr><p>CONFIDENTIAL</p></body> 44</html> 45