Click or drag to resize

wclBluetoothRadioIsRemoteDeviceInRange Method

Checks if a remote device is in range.

Namespace: wclBluetooth
Assembly: wclBluetoothFramework (in wclBluetoothFramework.dll) Version: 7.17.12.0 (7.17.12.0)
Syntax
public int IsRemoteDeviceInRange(
	long Address,
	out bool InRange
)

Parameters

Address  Int64
The remote Bluetooth device's MAC address.
InRange  Boolean
If the function completed with success indicates if a remote device is in range. True if a remote device is in range. False otherwise.

Return Value

Int32
If the function succeed the return value is WCL_E_SUCCESS. Otherwise the method returns one of the WCL error codes.
Remarks
This function supports Classic Bluetooth devices only.
See Also