Android-cuttlefish cvd tool
Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
casimir::rf::NfcDepSelectResponseView Class Reference

#include <rf_packets.h>

Collaboration diagram for casimir::rf::NfcDepSelectResponseView:
Collaboration graph
[legend]

Public Member Functions

uint16_t GetSender () const
 
uint16_t GetReceiver () const
 
Technology GetTechnology () const
 
BitRate GetBitrate () const
 
uint8_t GetPowerLevel () const
 
std::vector< uint8_t > GetAtrResponse () const
 
Protocol GetProtocol () const
 
RfPacketType GetPacketType () const
 
std::string ToString () const
 
bool IsValid () const
 
pdl::packet::slice bytes () const
 

Static Public Member Functions

static NfcDepSelectResponseView Create (RfPacketView const &parent)
 

Protected Member Functions

 NfcDepSelectResponseView (RfPacketView const &parent)
 
bool Parse (RfPacketView const &parent)
 

Protected Attributes

bool valid_ {false}
 
pdl::packet::slice bytes_
 
uint16_t sender_ {0}
 
uint16_t receiver_ {0}
 
Technology technology_ {Technology::NFC_A}
 
BitRate bitrate_ {BitRate::BIT_RATE_106_KBIT_S}
 
uint8_t power_level_ {0}
 
pdl::packet::slice atr_response_
 

Constructor & Destructor Documentation

◆ NfcDepSelectResponseView()

casimir::rf::NfcDepSelectResponseView::NfcDepSelectResponseView ( RfPacketView const &  parent)
inlineexplicitprotected

Member Function Documentation

◆ bytes()

pdl::packet::slice casimir::rf::NfcDepSelectResponseView::bytes ( ) const
inline

◆ Create()

static NfcDepSelectResponseView casimir::rf::NfcDepSelectResponseView::Create ( RfPacketView const &  parent)
inlinestatic

◆ GetAtrResponse()

std::vector< uint8_t > casimir::rf::NfcDepSelectResponseView::GetAtrResponse ( ) const
inline

◆ GetBitrate()

BitRate casimir::rf::NfcDepSelectResponseView::GetBitrate ( ) const
inline

◆ GetPacketType()

RfPacketType casimir::rf::NfcDepSelectResponseView::GetPacketType ( ) const
inline

◆ GetPowerLevel()

uint8_t casimir::rf::NfcDepSelectResponseView::GetPowerLevel ( ) const
inline

◆ GetProtocol()

Protocol casimir::rf::NfcDepSelectResponseView::GetProtocol ( ) const
inline

◆ GetReceiver()

uint16_t casimir::rf::NfcDepSelectResponseView::GetReceiver ( ) const
inline

◆ GetSender()

uint16_t casimir::rf::NfcDepSelectResponseView::GetSender ( ) const
inline

◆ GetTechnology()

Technology casimir::rf::NfcDepSelectResponseView::GetTechnology ( ) const
inline

◆ IsValid()

bool casimir::rf::NfcDepSelectResponseView::IsValid ( ) const
inline

◆ Parse()

bool casimir::rf::NfcDepSelectResponseView::Parse ( RfPacketView const &  parent)
inlineprotected

◆ ToString()

std::string casimir::rf::NfcDepSelectResponseView::ToString ( ) const
inline

Member Data Documentation

◆ atr_response_

pdl::packet::slice casimir::rf::NfcDepSelectResponseView::atr_response_
protected

◆ bitrate_

BitRate casimir::rf::NfcDepSelectResponseView::bitrate_ {BitRate::BIT_RATE_106_KBIT_S}
protected

◆ bytes_

pdl::packet::slice casimir::rf::NfcDepSelectResponseView::bytes_
protected

◆ power_level_

uint8_t casimir::rf::NfcDepSelectResponseView::power_level_ {0}
protected

◆ receiver_

uint16_t casimir::rf::NfcDepSelectResponseView::receiver_ {0}
protected

◆ sender_

uint16_t casimir::rf::NfcDepSelectResponseView::sender_ {0}
protected

◆ technology_

Technology casimir::rf::NfcDepSelectResponseView::technology_ {Technology::NFC_A}
protected

◆ valid_

bool casimir::rf::NfcDepSelectResponseView::valid_ {false}
protected

The documentation for this class was generated from the following file: