TS800_60SetTagPrivacyImpinjQt Method |
Sets tag Impinj's QT technology 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 SetTagPrivacyImpinjQt(
string hexSelectedPcEpc,
string hexAccessPassword,
ImpinjQtWrite impinjQt
)
Public Function SetTagPrivacyImpinjQt (
hexSelectedPcEpc As String,
hexAccessPassword As String,
impinjQt As ImpinjQtWrite
) As Boolean
public:
bool SetTagPrivacyImpinjQt(
String^ hexSelectedPcEpc,
String^ hexAccessPassword,
ImpinjQtWrite^ impinjQt
)
Parameters
- hexSelectedPcEpc
- Type: SystemString
The hexadecimal selected pc epc. - hexAccessPassword
- Type: SystemString
The hexadecimal access password. - impinjQt
- Type: com.gigatms.ParametersImpinjQtWrite
The impinj QT settings.
Return Value
Type:
Boolean[Missing <returns> documentation for "M:com.gigatms.TS800_60.SetTagPrivacyImpinjQt(System.String,System.String,com.gigatms.Parameters.ImpinjQtWrite)"]
See Also