Gen2 lock action specifier
| C# | Visual Basic | Visual C++ |
public class LockAction : TagLockAction
Public Class LockAction _ Inherits TagLockAction
public ref class LockAction : public TagLockAction
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| Gen2..::.LockAction(UInt16, UInt16) |
Create Gen2.LockAction out of raw mask and action bitmasks
| |
| Gen2..::.LockAction(array<Gen2..::.LockAction>[]()[]) |
Create Gen2.LockAction out of other Gen2.LockActions
| |
| ACCESS_LOCK |
Lock Access Password
| |
| ACCESS_PERMALOCK |
Permanently Lock Access Password
| |
| ACCESS_PERMAUNLOCK |
Permanently Unlock Access Password
| |
| ACCESS_UNLOCK |
Unlock Access Password
| |
| Action |
Action field for M5e Lock Tag command
| |
| EPC_LOCK |
Lock EPC Memory Bank
| |
| EPC_PERMALOCK |
Permanently Lock EPC Memory Bank
| |
| EPC_PERMAUNLOCK |
Permanently Unlock EPC Memory Bank
| |
| EPC_UNLOCK |
Unlock EPC Memory Bank
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| KILL_LOCK |
Lock Kill Password
| |
| KILL_PERMALOCK |
Permanently Lock Kill Password
| |
| KILL_PERMAUNLOCK |
Permanently Unlock Kill Password
| |
| KILL_UNLOCK |
Unlock Kill Password
| |
| Mask |
Mask field for M5e Lock Tag command
| |
| MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Parse(String) |
Convert the string representation into an equivalent object.
| |
| TID_LOCK |
Lock TID Memory Bank
| |
| TID_PERMALOCK |
Permanently Lock TID Memory Bank
| |
| TID_PERMAUNLOCK |
Permanently Unlock TID Memory Bank
| |
| TID_UNLOCK |
Unlock TID Memory Bank
| |
| ToString()()() |
Convert the value of this instance to its equivalent string representation.
(Overrides Object.ToString()()().) | |
| USER_LOCK |
Lock User Memory Bank
| |
| USER_PERMALOCK |
Permanently Lock User Memory Bank
| |
| USER_PERMAUNLOCK |
Permanently Unlock User Memory Bank
| |
| USER_UNLOCK |
Unlock User Memory Bank
|
| Object | ||
| TagLockAction | ||
| Gen2..::.LockAction | ||