Example #1
0
 public void SetSteamID(ulong steamID)
 {
     Native.SteamAPI_SteamNetworkingIdentity_SetSteamID64(ref this, steamID);
 }
Example #2
0
 public bool Equals(Address other)
 {
     return(Native.SteamAPI_SteamNetworkingIPAddr_IsEqualTo(ref this, ref other));
 }
Example #3
0
 public ulong GetSteamID()
 {
     return(Native.SteamAPI_SteamNetworkingIdentity_GetSteamID64(ref this));
 }
Example #4
0
 public void SetLocalHost(ushort port)
 {
     Native.SteamAPI_SteamNetworkingIPAddr_SetIPv6LocalHost(ref this, port);
 }