steam-gns-d ~master (2021-10-24T03:44:24.4602497)
Dub
Repo
SteamNetworkingIdentity.__anonymous
steam_gns
types
SteamNetworkingIdentity
Undocumented in source.
struct
SteamNetworkingIdentity
union
__anonymous {
ulong
m_steamID64
;
char
[
k_cchMaxGenericString
]
m_szGenericString
;
ubyte
[
k_cbMaxGenericBytes
]
m_genericBytes
;
char
[
k_cchMaxString
]
m_szUnknownRawString
;
SteamNetworkingIPAddr
m_ip
;
uint
[
32
]
m_reserved
;
}
Members
Variables
m_genericBytes
ubyte
[
k_cbMaxGenericBytes
]
m_genericBytes
;
Undocumented in source.
m_ip
SteamNetworkingIPAddr
m_ip
;
Undocumented in source.
m_reserved
uint
[
32
]
m_reserved
;
Undocumented in source.
m_steamID64
ulong
m_steamID64
;
Undocumented in source.
m_szGenericString
char
[
k_cchMaxGenericString
]
m_szGenericString
;
Undocumented in source.
m_szUnknownRawString
char
[
k_cchMaxString
]
m_szUnknownRawString
;
Undocumented in source.
Meta
Source
See Implementation
steam_gns
types
SteamNetworkingIdentity
enums
k_cchMaxString
functions
Clear
GetFakeIPType
GetGenericBytes
GetGenericString
GetIPAddr
GetIPv4
GetSteamID
GetSteamID64
IsFakeIP
IsInvalid
IsLocalHost
ParseString
SetGenericBytes
SetGenericString
SetIPAddr
SetIPv4Addr
SetLocalHost
SetSteamID
SetSteamID64
ToString
unions
__anonymous
variables
m_cbSize
m_eType