Kerbal Space Program  1.12.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | Static Public Member Functions | List of all members
Steamworks.servernetadr_t Struct Reference

Public Member Functions

int CompareTo (servernetadr_t other)
 
override bool Equals (object other)
 
bool Equals (servernetadr_t other)
 
string GetConnectionAddressString ()
 
ushort GetConnectionPort ()
 
override int GetHashCode ()
 
uint GetIP ()
 
string GetQueryAddressString ()
 
ushort GetQueryPort ()
 
void Init (uint ip, ushort usQueryPort, ushort usConnectionPort)
 
void SetConnectionPort (ushort usPort)
 
void SetIP (uint unIP)
 
void SetQueryPort (ushort usPort)
 

Static Public Member Functions

static bool operator!= (servernetadr_t x, servernetadr_t y)
 
static bool operator< (servernetadr_t x, servernetadr_t y)
 
static bool operator== (servernetadr_t x, servernetadr_t y)
 
static bool operator> (servernetadr_t x, servernetadr_t y)
 
static string ToString (uint unIP, ushort usPort)
 

Member Function Documentation

int Steamworks.servernetadr_t.CompareTo ( servernetadr_t  other)
inline
override bool Steamworks.servernetadr_t.Equals ( object  other)
inline
bool Steamworks.servernetadr_t.Equals ( servernetadr_t  other)
inline
string Steamworks.servernetadr_t.GetConnectionAddressString ( )
inline
ushort Steamworks.servernetadr_t.GetConnectionPort ( )
inline
override int Steamworks.servernetadr_t.GetHashCode ( )
inline
uint Steamworks.servernetadr_t.GetIP ( )
inline
string Steamworks.servernetadr_t.GetQueryAddressString ( )
inline
ushort Steamworks.servernetadr_t.GetQueryPort ( )
inline
void Steamworks.servernetadr_t.Init ( uint  ip,
ushort  usQueryPort,
ushort  usConnectionPort 
)
inline
static bool Steamworks.servernetadr_t.operator!= ( servernetadr_t  x,
servernetadr_t  y 
)
inlinestatic
static bool Steamworks.servernetadr_t.operator< ( servernetadr_t  x,
servernetadr_t  y 
)
inlinestatic
static bool Steamworks.servernetadr_t.operator== ( servernetadr_t  x,
servernetadr_t  y 
)
inlinestatic
static bool Steamworks.servernetadr_t.operator> ( servernetadr_t  x,
servernetadr_t  y 
)
inlinestatic
void Steamworks.servernetadr_t.SetConnectionPort ( ushort  usPort)
inline
void Steamworks.servernetadr_t.SetIP ( uint  unIP)
inline
void Steamworks.servernetadr_t.SetQueryPort ( ushort  usPort)
inline
static string Steamworks.servernetadr_t.ToString ( uint  unIP,
ushort  usPort 
)
inlinestatic

The documentation for this struct was generated from the following file: