TS100SetWiFiHostName Method |
Set the device name when scanning devices through Wi-Fi.
Namespace:
com.gigatms
Assembly:
GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.17.1.0 (2.17.1.0)
Syntaxpublic bool SetWiFiHostName(
string name
)
Public Function SetWiFiHostName (
name As String
) As Boolean
public:
bool SetWiFiHostName(
String^ name
)
Parameters
- name
- Type: SystemString
The Wi-Fi host name.
Return Value
Type:
Boolean
The operation result
Exceptions
See Also