SwiftlyS2

CMsgSteamDatagramGameserverPingReplyData

Interface CMsgSteamDatagramGameserverPingReplyData

Namespace: SwiftlyS2.Shared.ProtobufDefinitions

Assembly: SwiftlyS2.CS2.dll

public interface CMsgSteamDatagramGameserverPingReplyData : ITypedProtobuf<CMsgSteamDatagramGameserverPingReplyData>, INativeHandle

Implements

Properties

Appid

uint Appid { get; set; }
Property Value

Build

string Build { get; set; }
Property Value

DataCenterId

uint DataCenterId { get; set; }
Property Value

Echo

byte[] Echo { get; set; }
Property Value

EchoRelayUnixTime

uint EchoRelayUnixTime { get; set; }
Property Value

LegacyChallenge

ulong LegacyChallenge { get; set; }
Property Value

LegacyRouterTimestamp

uint LegacyRouterTimestamp { get; set; }
Property Value

MyUnixTime

uint MyUnixTime { get; set; }
Property Value

NetworkConfigVersion

ulong NetworkConfigVersion { get; set; }
Property Value

ProtocolVersion

uint ProtocolVersion { get; set; }
Property Value

RoutingBlob

byte[] RoutingBlob { get; set; }
Property Value

On this page