Click or drag to resize

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)
Syntax
public enum TagProtection
Members
  Member nameValueDescription
Disabled3 Tag will not be locked when writing data.
DynamicPassword2 Tag will be locked when writing data. Tag's Access Password will be changed to a reader calculated password.
SpecifiedPassword1 Tag will be locked when writing data. Tag's Access Password will be changed to user specified password.
See Also