Click or drag to resize

TS100SetTagPrivacyImpinjShortRange Method

Sets tag Impinj range settings. Only works for Impinj tag.

Namespace:  com.gigatms
Assembly:  GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.16.9.0 (2.16.9.0)
Syntax
public bool SetTagPrivacyImpinjShortRange(
	string hexSelectedPcEpc,
	string hexAccessPassword,
	ImpinjShortRange impinjShortRange
)

Parameters

hexSelectedPcEpc
Type: SystemString
The hexadecimal selected pc epc.
hexAccessPassword
Type: SystemString
The hexadecimal access password.
impinjShortRange
Type: com.gigatms.ParametersImpinjShortRange
The impinj range settings.

Return Value

Type: Boolean
Return true if the operation is OK. Return False If the operation Is failed.
See Also