Click or drag to resize

TS800_60LockTag Method (String, DictionaryMemoryBank, LockAction)

Lock or unlock specified memory.

Namespace:  com.gigatms
Assembly:  GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.16.9.0 (2.16.9.0)
Syntax
public bool LockTag(
	string hexAccessPassword,
	Dictionary<MemoryBank, LockAction> lockInfos
)

Parameters

hexAccessPassword
Type: SystemString
Tag access password.
lockInfos
Type: System.Collections.GenericDictionaryMemoryBank, LockAction
Dictionary specified lock action for each memory bank.

Return Value

Type: Boolean
Return true if the operation is OK. Return False If the operation Is failed.
See Also