TS800_60SetTagPrivacyImpinjShortRange 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)
Syntaxpublic bool SetTagPrivacyImpinjShortRange(
string hexSelectedPcEpc,
string hexAccessPassword,
ImpinjShortRange impinjShortRange
)
Public Function SetTagPrivacyImpinjShortRange (
hexSelectedPcEpc As String,
hexAccessPassword As String,
impinjShortRange As ImpinjShortRange
) As Boolean
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[Missing <returns> documentation for "M:com.gigatms.TS800_60.SetTagPrivacyImpinjShortRange(System.String,System.String,com.gigatms.Parameters.ImpinjShortRange)"]
See Also