Search Results for

    Show / Hide Table of Contents

    Struct NetworkConnection

    Network connection structure - used to identify connected peers when we're listening.

    Assembly: FlaxEngine.dll
    File: Engine/Networking/NetworkConnection.h
    Syntax
    public struct NetworkConnection

    Fields

    ConnectionId

    The identifier of the connection.

    Used by network driver implementations.

    Declaration
    public uint32 ConnectionId
    Field Value
    uint32

    • Improve this Doc
    • View Source
    In This Article
    • Fields
      • ConnectionId
    Back to top Copyright © 2012-2024 Wojciech Figat