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

    Struct network_address

    Namespace: Unity.Networking.Transport
    Syntax
    public struct network_address : IEquatable<network_address>

    Fields

    data

    Declaration
    public byte *data
    Field Value
    Type Description
    Byte*

    length

    Declaration
    public int length
    Field Value
    Type Description
    Int32

    Methods

    Equals(network_address)

    Declaration
    public bool Equals(network_address other)
    Parameters
    Type Name Description
    network_address other
    Returns
    Type Description
    Boolean
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX