TS100SetTagPrivacyUntraceable Method |
Sets tag Gen2 untraceable.
Namespace:
com.gigatms
Assembly:
GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.16.9.0 (2.16.9.0)
Syntaxpublic bool SetTagPrivacyUntraceable(
string hexSelectedPcEpc,
string hexAccessPassword,
UntraceableInfo untraceableInfo
)
Public Function SetTagPrivacyUntraceable (
hexSelectedPcEpc As String,
hexAccessPassword As String,
untraceableInfo As UntraceableInfo
) As Boolean
public:
bool SetTagPrivacyUntraceable(
String^ hexSelectedPcEpc,
String^ hexAccessPassword,
UntraceableInfo^ untraceableInfo
)
Parameters
- hexSelectedPcEpc
- Type: SystemString
The hexadecimal selected pc epc. - hexAccessPassword
- Type: SystemString
The hexadecimal access password. - untraceableInfo
- Type: com.gigatms.ParametersUntraceableInfo
The untraceable information.
Return Value
Type:
Boolean
Return true if the operation is OK.
Return False If the operation Is failed.
See Also