#include <tmr_tag_lock_action.h>
Public Attributes | |
TMR_TagLockActionType | type |
union { | |
TMR_GEN2_LockAction gen2LockAction | |
TMR_IS0180006B_LockAction iso180006bLockAction | |
} | u |
Tag locking structure
Definition at line 51 of file tmr_tag_lock_action.h.
Gen2 locking data
Definition at line 61 of file tmr_tag_lock_action.h.
ISO180006B locking data
Definition at line 63 of file tmr_tag_lock_action.h.
Type of the included locking structure. Indicates which member of the union is valid.
Definition at line 57 of file tmr_tag_lock_action.h.
union { ... } TMR_TagLockAction::u |