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.16.9.0 (2.16.9.0)
Syntax
public ScannedBleDeviceInfo GetBlePortInfo(
	string portName
)

Parameters

portName
Type: SystemString
Port name from OnPortStateChanged.

Return Value

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