Beispiel #1
0
int BBM_SCAN_STATUS(HANDLE hDevice)
{
	int res = BBM_OK;

	res = fc8050_scan_status(hDevice);

	return res;
}
int bbm_com_scan_status(HANDLE hDevice)
{
    int res = BBM_OK;

    res = fc8050_scan_status(hDevice);

    return res;
}