radio_tool 0.2.1
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
radio_tool::hid::tyt::Command Class Reference
Collaboration diagram for radio_tool::hid::tyt::Command:
Collaboration graph

Public Member Functions

 Command (const CommandType &t, const uint16_t &l, const std::vector< uint8_t > &d)
 
auto operator== (const Command &other) const -> bool
 

Public Attributes

const CommandType type
 
const uint16_t length
 
const std::vector< uint8_t > data
 

Detailed Description

Definition at line 53 of file tyt_hid.hpp.

Constructor & Destructor Documentation

◆ Command()

radio_tool::hid::tyt::Command::Command ( const CommandType &  t,
const uint16_t &  l,
const std::vector< uint8_t > &  d 
)
inline

Definition at line 56 of file tyt_hid.hpp.

Member Function Documentation

◆ operator==()

auto radio_tool::hid::tyt::Command::operator== ( const Command other) const -> bool
inline

Definition at line 63 of file tyt_hid.hpp.

Member Data Documentation

◆ data

const std::vector<uint8_t> radio_tool::hid::tyt::Command::data

Definition at line 61 of file tyt_hid.hpp.

◆ length

const uint16_t radio_tool::hid::tyt::Command::length

Definition at line 60 of file tyt_hid.hpp.

◆ type

const CommandType radio_tool::hid::tyt::Command::type

Definition at line 59 of file tyt_hid.hpp.


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