PcapPlusPlus  24.09
pcpp::Asn1BooleanRecord Class Reference

#include <Asn1Codec.h>

Inheritance diagram for pcpp::Asn1BooleanRecord:
pcpp::Asn1PrimitiveRecord pcpp::Asn1Record

Public Member Functions

 Asn1BooleanRecord (bool value)
 
bool getValue ()
 
- Public Member Functions inherited from pcpp::Asn1Record
std::vector< uint8_t > encode ()
 
Asn1TagClass getTagClass () const
 
bool isConstructed () const
 
Asn1UniversalTagType getUniversalTagType () const
 
uint8_t getTagType () const
 
size_t getValueLength () const
 
size_t getTotalLength () const
 
std::string toString ()
 
template<class Asn1RecordType >
Asn1RecordType * castAs ()
 

Additional Inherited Members

- Static Public Member Functions inherited from pcpp::Asn1Record
static std::unique_ptr< Asn1Recorddecode (const uint8_t *data, size_t dataLen, bool lazy=true)
 

Detailed Description

Represents an ASN.1 record with a value of type Boolean

Constructor & Destructor Documentation

◆ Asn1BooleanRecord()

pcpp::Asn1BooleanRecord::Asn1BooleanRecord ( bool  value)
explicit

A constructor to create a record of type Boolean

Parameters
valueA boolean to set as the record value

Member Function Documentation

◆ getValue()

bool pcpp::Asn1BooleanRecord::getValue ( )
inline
Returns
The boolean value of this record