Gamedev Framework (gf)  0.17.0
A C++14 framework for 2D games
Public Attributes | List of all members
gf::SocketDataResult Struct Reference

The result of a socket operation. More...

#include <gf/Socket.h>

Public Attributes

SocketStatus status
 The status of the operation. More...
 
std::size_t length
 The length of sent or received data. More...
 

Detailed Description

The result of a socket operation.

See also
gf::SocketStatus

Member Data Documentation

◆ length

std::size_t gf::SocketDataResult::length

The length of sent or received data.

◆ status

SocketStatus gf::SocketDataResult::status

The status of the operation.