Click or drag to resize

HostGetBlePortInfo Method

Gets the details of the specified BLE port name.

Namespace:  com.gigatms
Assembly:  GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.17.1.0 (2.17.1.0)
Syntax
public ScannedBleDeviceInfo GetBlePortInfo(
	string portName
)

Parameters

portName
Type: SystemString
Port name from OnPortStateChanged.

Return Value

Type: ScannedBleDeviceInfo
Data include BLE device name and MAC address.
See Also