wireless signal strength
Posted: Tue May 19, 2009 11:40 am
Can YOU post the whole code how to get the wireless signal strength, thanks
www.FiveTechSoft.com
https://fivetechsupport.com/forums/
https://fivetechsupport.com/forums/viewtopic.php?f=4&t=15643
#include "WifiPeek.h"
extern "C"
{
#include <hbapi.h>
};
HB_FUNC( CWIFIPEEK )
{
hb_retnl( ( LONG ) new CWifiPeek );
}
Hello Antonio,
this solution is working but if there is no network you get for a very long time a frozen systembefore an error is returned.
Many useres press the reset button because they think the system is gone down.
Maybe there is a better solution?
Thanks in advance
Otto
If you mean local network, then you may check for a file existence:
if File( "\\machine\path\filename" )