docs.unity3d.com
    Show / Hide Table of Contents

    Enum NetworkFamily

    Indicates the type of endpoint a NetworkEndpoint represents. Analoguous to a sa_family_t in traditional BSD sockets.

    Namespace: Unity.Networking.Transport
    Syntax
    public enum NetworkFamily

    Fields

    Name Description Value
    Invalid

    Invalid address family. This is the value used by default-valued endpoints.


    0
    Ipv4

    Family for IPv4 addresses (analoguous to AF_INET in traditional BSD sockets).


    2
    Ipv6

    Family for IPv6 addresses (analoguous to AF_INET6 in traditional BSD sockets).


    23
    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