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)
Syntaxpublic bool LockTag(
	string hexAccessPassword,
	Dictionary<MemoryBank, LockAction> lockInfos
)
Public Function LockTag ( 
	hexAccessPassword As String,
	lockInfos As Dictionary(Of MemoryBank, LockAction)
) As Boolean
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