Scanner C++ API
Public Member Functions | Public Attributes | List of all members
scanner::Element Struct Reference

Element in a Scanner table, byte buffer of arbitrary size. More...

#include <kernel.h>

Public Member Functions

 Element (const Element &)=default
 
 Element (Element &&)=default
 
Elementoperator= (const Element &)=default
 
 Element (u8 *buffer, size_t size)
 
 Element (Frame *frame)
 
Frameas_frame ()
 
const Frameas_const_frame () const
 
FrameInfoas_frame_info ()
 
const FrameInfoas_const_frame_info () const
 
bool is_null () const
 

Public Attributes

u8 * buffer
 
size_t size
 
bool is_frame
 
i64 index
 

Detailed Description

Element in a Scanner table, byte buffer of arbitrary size.


The documentation for this struct was generated from the following files: