TS100.LockTag Method (String, Dictionary<MemoryBank, LockAction>) |
Lock or unlock specified memory.
Namespace:
com.gigatms
Assembly:
GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.17.1.0 (2.17.1.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: System.String
Tag access password. - lockInfos
- Type: System.Collections.Generic.Dictionary<MemoryBank, 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