Struct NetworkBroadcastResult
A structure that contains data from a NetworkDiscovery server broadcast.
Namespace: UnityEngine.Networking
Syntax
[Obsolete("The high level API classes are deprecated and will be removed in the future.")]
public struct NetworkBroadcastResult
Fields
broadcastData
The data broadcast by the server.
Declaration
public byte[] broadcastData
Field Value
Type | Description |
---|---|
Byte[] |
serverAddress
The IP address of the server that broadcasts this data.
Declaration
public string serverAddress
Field Value
Type | Description |
---|---|
String |