Class Manus::Networking::NetLobbyInfo
ClassList > Manus > Networking > NetLobbyInfo
Sample Lobby Info.
Public Attributes
| Type | Name |
|---|---|
| IPEndPoint | externalHostEndpoint = = new IPEndPoint(IPAddress.None, 0) |
| long | hostID = = 0 |
| IPEndPoint | internalHostEndpoint = = new IPEndPoint(IPAddress.None, 0) |
| int | m_Ping |
| byte | maxPlayers = = 0 |
| byte | players = = 0 |
| string | serverName = = "" |
| byte | status = = 0 |
| string | userName = = "" |
Public Static Attributes
| Type | Name |
|---|---|
| double | s_HostRefresh = = 60 |
| double | s_HostTimeout = = 30 |
Public Functions
| Type | Name |
|---|---|
| void | GiveData (ref NetOutgoingMessage p_Msg) Write into Net Message. |
| NetLobbyInfo () |
|
| NetLobbyInfo (ref NetIncomingMessage p_Msg) Read from Net Message. |
Public Attributes Documentation
variable externalHostEndpoint
variable hostID
variable internalHostEndpoint
variable m_Ping
variable maxPlayers
variable players
variable serverName
variable status
variable userName
Public Static Attributes Documentation
variable s_HostRefresh
variable s_HostTimeout
Public Functions Documentation
function GiveData
Write into Net Message.
Parameters:
p_Msg
function NetLobbyInfo [1/2]
function NetLobbyInfo [2/2]
Read from Net Message.
Parameters:
p_Msg
The documentation for this class was generated from the following file api/unity-plugin/Scripts/Networking/NetLobbyInfo.cs