uvw 2.12.1
Loading...
Searching...
No Matches
uvw::DataEvent Struct Reference

DataEvent event. More...

#include <stream.h>

Public Attributes

std::unique_ptr< char[]> data
 
std::size_t length
 

Detailed Description

DataEvent event.

It will be emitted by StreamHandle according with its functionalities.

Definition at line 56 of file stream.h.

Member Data Documentation

◆ data

std::unique_ptr<char[]> uvw::DataEvent::data

A bunch of data read on the stream.

Definition at line 59 of file stream.h.

◆ length

std::size_t uvw::DataEvent::length

The amount of data read on the stream.

Definition at line 60 of file stream.h.


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