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)
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:
ScannedBleDeviceInfoData include BLE device name and MAC address.
See Also