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

#include <rf_packets.h>

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

Public Member Functions

uint16_t GetSender () const
 
uint16_t GetReceiver () const
 
BitRate GetBitrate () const
 
uint8_t GetPowerLevel () const
 
std::vector< uint8_t > GetRatsResponse () 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 T4ATSelectResponseView Create (RfPacketView const &parent)
 

Protected Member Functions

 T4ATSelectResponseView (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}
 
pdl::packet::slice rats_response_
 

Constructor & Destructor Documentation

◆ T4ATSelectResponseView()

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

Member Function Documentation

◆ bytes()

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

◆ Create()

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

◆ GetBitrate()

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

◆ GetPacketType()

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

◆ GetPowerLevel()

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

◆ GetProtocol()

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

◆ GetRatsResponse()

std::vector< uint8_t > casimir::rf::T4ATSelectResponseView::GetRatsResponse ( ) const
inline

◆ GetReceiver()

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

◆ GetSender()

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

◆ GetTechnology()

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

◆ IsValid()

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

◆ Parse()

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

◆ ToString()

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

Member Data Documentation

◆ bitrate_

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

◆ bytes_

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

◆ power_level_

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

◆ rats_response_

pdl::packet::slice casimir::rf::T4ATSelectResponseView::rats_response_
protected

◆ receiver_

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

◆ sender_

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

◆ valid_

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

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