steam-min-cpp
Loading...
Searching...
No Matches
Steam Client

High-level interface used to communicate with Steam CM servers. More...

Classes

class  Steam::SteamClient

Detailed Description

High-level interface used to communicate with Steam CM servers.

The internal client manages the network session, event dispatch system, and command routing.

Usage flow:

  1. Construct the client with a connection backend.
  2. Register event callbacks.
  3. Connect to a CM server.
  4. Send commands and process events.