Table of Contents

Struct SteamNetworkingMessagePtr

Namespace
MarymoorStudios.Core.Steamworks
Assembly
MarymoorStudios.Core.Steamworks.dll
public struct SteamNetworkingMessagePtr : IDisposable
Implements
Inherited Members

Constructors

SteamNetworkingMessagePtr()

public SteamNetworkingMessagePtr()

Properties

Connection

For messages received on connections: what connection did this come from, otherwise

public HSteamNetConnection Connection { get; }

Property Value

HSteamNetConnection

IsValid

public readonly bool IsValid { get; }

Property Value

bool

Span

Message payload (as a span).

public ReadOnlySpan<byte> Span { get; }

Property Value

ReadOnlySpan<byte>

Value

A managed reference to the value.

public readonly ref readonly SteamNetworkingMessage Value { get; }

Property Value

SteamNetworkingMessage

Methods

Dispose()

public void Dispose()