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

#include <rf_packets.h>

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

Public Member Functions

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

Static Public Member Functions

static NfcDepSelectCommandView Create (RfPacketView const &parent)
 

Protected Member Functions

 NfcDepSelectCommandView (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}
 
uint8_t lr_ {0}
 

Constructor & Destructor Documentation

◆ NfcDepSelectCommandView()

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

Member Function Documentation

◆ bytes()

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

◆ Create()

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

◆ GetBitrate()

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

◆ GetLr()

uint8_t casimir::rf::NfcDepSelectCommandView::GetLr ( ) const
inline

◆ GetPacketType()

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

◆ GetPowerLevel()

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

◆ GetProtocol()

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

◆ GetReceiver()

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

◆ GetSender()

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

◆ GetTechnology()

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

◆ IsValid()

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

◆ Parse()

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

◆ ToString()

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

Member Data Documentation

◆ bitrate_

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

◆ bytes_

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

◆ lr_

uint8_t casimir::rf::NfcDepSelectCommandView::lr_ {0}
protected

◆ power_level_

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

◆ receiver_

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

◆ sender_

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

◆ technology_

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

◆ valid_

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

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