Android-cuttlefish cvd tool
|
Classes | |
class | DataBuilder |
class | DataView |
class | DeactivateNotificationBuilder |
class | DeactivateNotificationView |
class | FieldInfoBuilder |
class | FieldInfoView |
class | NfcAPollResponseBuilder |
class | NfcAPollResponseView |
class | NfcDepSelectCommandBuilder |
class | NfcDepSelectCommandView |
class | NfcDepSelectResponseBuilder |
class | NfcDepSelectResponseView |
class | PollCommandBuilder |
class | PollCommandView |
class | RfPacketBuilder |
class | RfPacketView |
class | SelectCommandBuilder |
class | SelectCommandView |
class | T4ATSelectCommandBuilder |
class | T4ATSelectCommandView |
class | T4ATSelectResponseBuilder |
class | T4ATSelectResponseView |
Enumerations | |
enum class | Technology : uint8_t { NFC_A = 0x0 , NFC_B = 0x1 , NFC_F = 0x2 , NFC_V = 0x3 , RAW = 0x7 } |
enum class | BitRate : uint8_t { BIT_RATE_106_KBIT_S = 0x0 , BIT_RATE_212_KBIT_S = 0x1 , BIT_RATE_424_KBIT_S = 0x2 , BIT_RATE_848_KBIT_S = 0x3 , BIT_RATE_1695_KBIT_S = 0x4 , BIT_RATE_3390_KBIT_S = 0x5 , BIT_RATE_6780_KBIT_S = 0x6 , BIT_RATE_26_KBIT_S = 0x20 } |
enum class | Protocol : uint8_t { UNDETERMINED = 0x0 , T1T = 0x1 , T2T = 0x2 , T3T = 0x3 , ISO_DEP = 0x4 , NFC_DEP = 0x5 , T5T = 0x6 , NDEF = 0x7 } |
enum class | RfPacketType : uint8_t { DATA = 0x0 , POLL_COMMAND = 0x1 , POLL_RESPONSE = 0x2 , SELECT_COMMAND = 0x3 , SELECT_RESPONSE = 0x4 , DEACTIVATE_NOTIFICATION = 0x5 , FIELD_INFO = 0x6 } |
enum class | PollingFrameFormat : uint8_t { SHORT = 0x0 , LONG = 0x1 } |
enum class | FieldStatus : uint8_t { FieldOff = 0x0 , FieldOn = 0x1 } |
enum class | DeactivateType : uint8_t { IDLE_MODE = 0x0 , SLEEP_MODE = 0x1 , SLEEP_AF_MODE = 0x2 , DISCOVERY = 0x3 } |
enum class | DeactivateReason : uint8_t { DH_REQUEST = 0x0 , ENDPOINT_REQUEST = 0x1 , RF_LINK_LOSS = 0x2 , NFC_B_BAD_AFI = 0x3 , DH_REQUEST_FAILED = 0x4 } |
Functions | |
std::string | TechnologyText (Technology tag) |
std::string | BitRateText (BitRate tag) |
std::string | ProtocolText (Protocol tag) |
std::string | RfPacketTypeText (RfPacketType tag) |
std::string | PollingFrameFormatText (PollingFrameFormat tag) |
std::string | FieldStatusText (FieldStatus tag) |
std::string | DeactivateTypeText (DeactivateType tag) |
std::string | DeactivateReasonText (DeactivateReason tag) |
|
strong |
|
strong |
|
strong |
|
strong |
|
strong |
|
strong |
|
strong |
|
strong |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |