Struct NetworkBroadcastResult | Multiplayer HLAPI | 1.0.8
docs.unity3d.com
    Show / Hide Table of Contents

    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
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023