Specifications

BHT_RF_Synchronize
Description
Get the association status.
Syntax
DWORD BHT_RF_Synchronize (
long lTimeout ,
long* plSync )
Parameters
lTimeout
[in] Timeout (in units of 100 ms)
lTimeout Specification
> 0 Confirm the synchronization status until timeout
0 Check the synchronization status immediately and return the result
-1 Try to synchronize with the access point until synchronized
plSync
[out] Address for storing the synchronization result
plSync Specification
0 Successfully synchronized
-1 Synchronization incomplete (timed out)
Return value
Error code Meaning
ERROR_SUCCESS Successful completion
ERROR_DEV_NOT_EXIST No NIC device found.
ERROR_NOT_READY Device not ready.
ERROR_INVALID_PARAMETER
Parameter error
Storage address not specified.
121