steam_gns.utils

Transcription of isteamnetworkingutils.h to D.

Translated by hand, based on v1.3.0 6be41e3

Members

Classes

ISteamNetworkingUtils
class ISteamNetworkingUtils

Misc networking utilities for checking the local networking environment and estimating pings.

Functions

SteamNetworkingUtils
ISteamNetworkingUtils SteamNetworkingUtils()
Undocumented in source. Be warned that the author may not have intended to support it.
SteamNetworkingUtils_Lib
ISteamNetworkingUtils SteamNetworkingUtils_Lib()
Undocumented in source. Be warned that the author may not have intended to support it.
SteamNetworkingUtils_LibV4
ISteamNetworkingUtils SteamNetworkingUtils_LibV4()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Manifest constants

STEAMNETWORKINGUTILS_INTERFACE_VERSION
enum STEAMNETWORKINGUTILS_INTERFACE_VERSION;
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.

Structs

SteamNetworkingIPAddrRender
struct SteamNetworkingIPAddrRender

Utility class for printing a SteamNetworkingIPAddrRender.

SteamNetworkingIdentityRender
struct SteamNetworkingIdentityRender

Utility class for printing a SteamNetworkingIdentity. E.g. printf( "Identity is '%s'\n", SteamNetworkingIdentityRender( identity ).c_str() );

SteamRelayNetworkStatus_t
struct SteamRelayNetworkStatus_t

A struct used to describe our readiness to use the relay network. To do this we first need to fetch the network configuration, which describes what POPs are available.

Meta