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
|