Enum TRUNCATE_ACTION
TRUNCATE_ACTION indicates whether only a truncated portion of the tag is to be backscattered by the tag or not.
Namespace: rfid.api
Assembly: rfid.netcore.dll
Syntax
public enum TRUNCATE_ACTION
Fields
| Name | Description |
|---|---|
| TRUNCATE_ACTION_DO_NOT_TRUNCATE | Do not truncate. |
| TRUNCATE_ACTION_TRUNCATE | Truncate. |
| TRUNCATE_ACTION_UNSPECIFIED | The Reader decides what truncate action to take. |