ChatServer

Our chat server

Members

Functions

OnSteamNetConnectionStatusChanged
void OnSteamNetConnectionStatusChanged(SteamNetConnectionStatusChangedCallback_t* info)
Undocumented in source. Be warned that the author may not have intended to support it.
PollConnectionStateChanges
void PollConnectionStateChanges()
Undocumented in source. Be warned that the author may not have intended to support it.
PollIncomingMessages
void PollIncomingMessages()
Undocumented in source. Be warned that the author may not have intended to support it.
PollLocalUserInput
void PollLocalUserInput()
Undocumented in source. Be warned that the author may not have intended to support it.
Run
void Run(ushort port)
Undocumented in source. Be warned that the author may not have intended to support it.
SendStringToAllClients
void SendStringToAllClients(string str, HSteamNetConnection except)
Undocumented in source. Be warned that the author may not have intended to support it.
SendStringToClient
void SendStringToClient(HSteamNetConnection conn, string str)
Undocumented in source. Be warned that the author may not have intended to support it.
SetClientNick
void SetClientNick(HSteamNetConnection hConn, string nick)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

SteamNetConnectionStatusChangedCallback
void SteamNetConnectionStatusChangedCallback(SteamNetConnectionStatusChangedCallback_t* info)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Client
struct Client
Undocumented in source.

Variables

clients
Client[HSteamNetConnection] clients;
Undocumented in source.
inter
ISteamNetworkingSockets inter;
Undocumented in source.
pollGroup
HSteamNetPollGroup pollGroup;
Undocumented in source.
socket
HSteamListenSocket socket;
Undocumented in source.

Meta