ToyGine2 26.2.0
Game Engine for retro consoles
Loading...
Searching...
No Matches
socket_type.hpp File Reference

Socket type enumeration for network APIs. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  toy
 Root namespace containing all engine modules.
namespace  toy::network
 Network types: endpoint, socket error, flags, statistics, type, and related APIs.

Enumerations

enum class  toy::network::SocketType : uint8_t { toy::network::Datagram , toy::network::Stream , toy::network::Dummy }
 Kind of socket or socket-like endpoint. More...

Detailed Description

Socket type enumeration for network APIs.

Defines toy::network::SocketType: kind of socket (datagram, stream, or dummy). Used when creating or configuring sockets.

Note
Included by network.hpp; do not include this file directly.