Click or drag to resize

LockAction Enumeration

Specifies the action of locking memory.

Namespace:  com.gigatms.Parameters
Assembly:  GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.16.9.0 (2.16.9.0)
Syntax
public enum LockAction
Members
  Member nameValueDescription
UNLOCK0 Unlock the memory.
LOCK1 Lock the memory.
PERMANENT_UNLOCK2 Permanent unlock the memory.
PERMANENT_LOCK3 Permanent lock the memory.
See Also