flags property

Set<Iso15693ResponseFlag> flags
final

The bits the tag set in its response flag.

Iso15693ResponseFlag.error means data carries an ISO 15693-3 error code rather than a payload -- a rejection Iso15693.sendRequest reports here instead of throwing.

Implementation

final Set<Iso15693ResponseFlag> flags;