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

#include <rf_packets.h>

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

Public Member Functions

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

Static Public Member Functions

static SelectCommandView Create (RfPacketView const &parent)
 

Protected Member Functions

 SelectCommandView (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}
 
Protocol protocol_ {Protocol::UNDETERMINED}
 
BitRate bitrate_ {BitRate::BIT_RATE_106_KBIT_S}
 
uint8_t power_level_ {0}
 

Constructor & Destructor Documentation

◆ SelectCommandView()

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

Member Function Documentation

◆ bytes()

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

◆ Create()

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

◆ GetBitrate()

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

◆ GetPacketType()

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

◆ GetPowerLevel()

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

◆ GetProtocol()

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

◆ GetReceiver()

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

◆ GetSender()

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

◆ GetTechnology()

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

◆ IsValid()

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

◆ Parse()

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

◆ ToString()

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

Member Data Documentation

◆ bitrate_

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

◆ bytes_

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

◆ power_level_

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

◆ protocol_

Protocol casimir::rf::SelectCommandView::protocol_ {Protocol::UNDETERMINED}
protected

◆ receiver_

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

◆ sender_

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

◆ technology_

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

◆ valid_

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

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