TS100GetTagPrivacyImpinjQt Method |
Gets 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 ImpinjQtConfig GetTagPrivacyImpinjQt(
string hexSelectedPcEpc,
string hexAccessPassword
)
Public Function GetTagPrivacyImpinjQt (
hexSelectedPcEpc As String,
hexAccessPassword As String
) As ImpinjQtConfig
public:
ImpinjQtConfig^ GetTagPrivacyImpinjQt(
String^ hexSelectedPcEpc,
String^ hexAccessPassword
)
Parameters
- hexSelectedPcEpc
- Type: SystemString
The hexadecimal selected pc epc. - hexAccessPassword
- Type: SystemString
The hexadecimal access password.
Return Value
Type:
ImpinjQtConfigImpinj QT Config object.
See Also