Perform a lock or unlock operation on a tag. The first tag seen
is operated on - the singulation parameter may be used to control
this. Note that a tag without an access password set may not
accept a lock operation or remain locked.
| C# | Visual Basic | Visual C++ |
public abstract void LockTag( TagFilter target, TagLockAction action )
Public MustOverride Sub LockTag ( _ target As TagFilter, _ action As TagLockAction _ )
public: virtual void LockTag( TagFilter^ target, TagLockAction^ action ) abstract
- target (TagFilter)
- the tag to lock, or null
- action (TagLockAction)
- the locking action to take