Pigweed
 
Loading...
Searching...
No Matches
pw::hdlc::Frame Class Reference

Public Member Functions

constexpr uint64_t address () const
 
constexpr std::byte control () const
 
constexpr ConstByteSpan data () const
 

Static Public Member Functions

static Result< FrameParse (ConstByteSpan frame)
 

Static Public Attributes

static constexpr size_t kMinContentSizeBytes
 

Member Data Documentation

◆ kMinContentSizeBytes

constexpr size_t pw::hdlc::Frame::kMinContentSizeBytes
staticconstexpr
Initial value:
=
kMinAddressSize + kControlSize + kFcsSize

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