TS100SetBleDeviceName Method |
Note: This API is now obsolete.
Sets the BLE peripheral name for reader.
Namespace:
com.gigatms
Assembly:
GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.16.9.0 (2.16.9.0)
Syntax[ObsoleteAttribute]
public bool SetBleDeviceName(
string name
)
<ObsoleteAttribute>
Public Function SetBleDeviceName (
name As String
) As Boolean
public:
[ObsoleteAttribute]
bool SetBleDeviceName(
String^ name
)
Parameters
- name
- Type: SystemString
The BLE peripheral name for reader.
Return Value
Type:
Boolean
Return true if the operation is OK.
Return False If the operation Is failed.
See Also