SwiftlyS2

CGameNetworkingUI_ConnectionSummary

Interface CGameNetworkingUI_ConnectionSummary

Namespace: SwiftlyS2.Shared.ProtobufDefinitions

Assembly: SwiftlyS2.CS2.dll

public interface CGameNetworkingUI_ConnectionSummary : ITypedProtobuf<CGameNetworkingUI_ConnectionSummary>, INativeHandle

Implements

Properties

ConnectionState

uint ConnectionState { get; set; }
Property Value

IpWasShared

bool IpWasShared { get; set; }
Property Value

PacketLoss

float PacketLoss { get; set; }
Property Value

PingDefaultInternetRoute

uint PingDefaultInternetRoute { get; set; }
Property Value

PingMs

uint PingMs { get; set; }
Property Value

SdrpopLocal

string SdrpopLocal { get; set; }
Property Value

SdrpopRemote

string SdrpopRemote { get; set; }
Property Value

TransportKind

uint TransportKind { get; set; }
Property Value

On this page