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

#include <rf_packets.h>

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

Public Member Functions

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

Static Public Member Functions

static T4ATSelectCommandView Create (RfPacketView const &parent)
 

Protected Member Functions

 T4ATSelectCommandView (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}
 
BitRate bitrate_ {BitRate::BIT_RATE_106_KBIT_S}
 
uint8_t power_level_ {0}
 
uint8_t param_ {0}
 

Constructor & Destructor Documentation

◆ T4ATSelectCommandView()

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

Member Function Documentation

◆ bytes()

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

◆ Create()

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

◆ GetBitrate()

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

◆ GetPacketType()

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

◆ GetParam()

uint8_t casimir::rf::T4ATSelectCommandView::GetParam ( ) const
inline

◆ GetPowerLevel()

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

◆ GetProtocol()

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

◆ GetReceiver()

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

◆ GetSender()

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

◆ GetTechnology()

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

◆ IsValid()

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

◆ Parse()

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

◆ ToString()

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

Member Data Documentation

◆ bitrate_

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

◆ bytes_

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

◆ param_

uint8_t casimir::rf::T4ATSelectCommandView::param_ {0}
protected

◆ power_level_

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

◆ receiver_

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

◆ sender_

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

◆ valid_

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

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