![]() |
ToyGine2 26.2.0
Game Engine for retro consoles
|
Socket type enumeration for network APIs. More...
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... | |
Socket type enumeration for network APIs.
Defines toy::network::SocketType: kind of socket (datagram, stream, or dummy). Used when creating or configuring sockets.