#include <tls_record.h>
Definition at line 124 of file tls_record.h.
Botan::TLS::Record_Raw_Input::Record_Raw_Input |
( |
const uint8_t * |
data, |
|
|
size_t |
size, |
|
|
size_t & |
consumed, |
|
|
bool |
is_datagram |
|
) |
| |
|
inline |
Definition at line 127 of file tls_record.h.
129 : m_data(data), m_size(size), m_consumed(consumed),
size_t& Botan::TLS::Record_Raw_Input::get_consumed |
( |
| ) |
|
|
inline |
const uint8_t*& Botan::TLS::Record_Raw_Input::get_data |
( |
| ) |
|
|
inline |
size_t& Botan::TLS::Record_Raw_Input::get_size |
( |
| ) |
|
|
inline |
bool Botan::TLS::Record_Raw_Input::is_datagram |
( |
| ) |
|
|
inline |
void Botan::TLS::Record_Raw_Input::set_consumed |
( |
size_t |
consumed | ) |
|
|
inline |
Definition at line 137 of file tls_record.h.
137 { m_consumed = consumed; }
The documentation for this class was generated from the following file: