Click or drag to resize

TS800SetBleDeviceName 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
)

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