TagProtection Enumeration | 
 
 Reader security mode. Tag will be locked automatically when writing data if enabled.
 
 
    Namespace: 
   com.gigatms.Parameters.TS800_60
    Assembly:
   GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.16.9.0 (2.16.9.0)
Syntaxpublic enum TagProtection
Public Enumeration TagProtection
public enum class TagProtection
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | Disabled | 3 | 
 Tag will not be locked when writing data.
  | 
 | DynamicPassword | 2 | 
 Tag will be locked when writing data. Tag's Access Password will be changed to a reader calculated password.
  | 
 | SpecifiedPassword | 1 | 
 Tag will be locked when writing data. Tag's Access Password will be changed to user specified password.
  | 
See Also