Struct NetworkEndPoint.RawNetworkAddress | Unity Transport | 0.3.1-preview.4
docs.unity.cn
    Show / Hide Table of Contents

    Struct NetworkEndPoint.RawNetworkAddress

    Namespace: Unity.Networking.Transport
    Syntax
    public struct RawNetworkAddress

    Fields

    data

    Declaration
    public byte *data
    Field Value
    Type Description
    Byte*

    family

    Declaration
    public byte family
    Field Value
    Type Description
    Byte

    ipv4

    Declaration
    public uint ipv4
    Field Value
    Type Description
    UInt32

    ipv4_bytes

    Declaration
    public byte *ipv4_bytes
    Field Value
    Type Description
    Byte*

    ipv6

    Declaration
    public byte *ipv6
    Field Value
    Type Description
    Byte*

    port

    Declaration
    public ushort port
    Field Value
    Type Description
    UInt16
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX