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)
Syntaxpublic ScannedBleDeviceInfo GetBlePortInfo(
string portName
)
Public Function GetBlePortInfo (
portName As String
) As ScannedBleDeviceInfo
public:
ScannedBleDeviceInfo^ GetBlePortInfo(
String^ portName
)
Parameters
- portName
- Type: SystemString
Port name from OnPortStateChanged.
Return Value
Type:
ScannedBleDeviceInfoDatas include BLE device name and MAC address.
See Also