steamutils 1.2.50 → 1.2.52
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.idea/codeStyles/codeStyleConfig.xml +5 -0
- package/.idea/steamutils.iml +1 -1
- package/.idea/vcs.xml +1 -1
- package/SteamClient.js +16 -12
- package/example.js +14 -0
- package/helpers/protos.js +21 -0
- package/index.js +1 -1
- package/package.json +6 -6
- package/protos/{base_gcmessages.proto → csgo/base_gcmessages_csgo.proto} +547 -533
- package/protos/csgo/c_peer2peer_netmessages.proto +55 -0
- package/protos/csgo/clientmessages.proto +48 -0
- package/protos/csgo/connectionless_netmessages.proto +19 -0
- package/protos/csgo/cs_gameevents.proto +34 -0
- package/protos/csgo/cs_usercmd.proto +34 -0
- package/protos/{cstrike15_gcmessages.proto → csgo/cstrike15_gcmessages.proto} +1402 -1344
- package/protos/{cstrike15_usermessages.proto → csgo/cstrike15_usermessages.proto} +596 -597
- package/protos/csgo/demo.proto +160 -0
- package/protos/{econ_gcmessages.proto → csgo/econ_gcmessages.proto} +228 -225
- package/protos/{engine_gcmessages.proto → csgo/engine_gcmessages.proto} +14 -16
- package/protos/{enums_clientserver.proto → csgo/enums_clientserver.proto} +1529 -1534
- package/protos/{fatdemo.proto → csgo/fatdemo.proto} +125 -125
- package/protos/csgo/gameevents.proto +120 -0
- package/protos/{gcsdk_gcmessages.proto → csgo/gcsdk_gcmessages.proto} +323 -302
- package/protos/{gcsystemmsgs.proto → csgo/gcsystemmsgs.proto} +242 -246
- package/protos/csgo/netmessages.proto +604 -0
- package/protos/csgo/network_connection.proto +126 -0
- package/protos/csgo/networkbasetypes.proto +244 -0
- package/protos/csgo/networksystem_protomessages.proto +17 -0
- package/protos/{steamdatagram_messages_auth.proto → csgo/steamdatagram_messages_auth.proto} +65 -65
- package/protos/csgo/steamdatagram_messages_sdr.proto +534 -0
- package/protos/{steammessages.proto → csgo/steammessages.proto} +597 -601
- package/protos/{steammessages_base.proto → csgo/steammessages_base.proto} +301 -288
- package/protos/csgo/steammessages_cloud.steamworkssdk.proto +68 -0
- package/protos/{steammessages_gamenetworkingui.proto → csgo/steammessages_gamenetworkingui.proto} +61 -42
- package/protos/csgo/steammessages_helprequest.steamworkssdk.proto +22 -0
- package/protos/csgo/steammessages_oauth.steamworkssdk.proto +18 -0
- package/protos/csgo/steammessages_player.steamworkssdk.proto +254 -0
- package/protos/csgo/steammessages_publishedfile.steamworkssdk.proto +233 -0
- package/protos/csgo/steammessages_steamlearn.steamworkssdk.proto +357 -0
- package/protos/csgo/steammessages_unified_base.steamworkssdk.proto +30 -0
- package/protos/{steamnetworkingsockets_messages.proto → csgo/steamnetworkingsockets_messages.proto} +205 -204
- package/protos/{steamnetworkingsockets_messages_certs.proto → csgo/steamnetworkingsockets_messages_certs.proto} +39 -38
- package/protos/{steamnetworkingsockets_messages_udp.proto → csgo/steamnetworkingsockets_messages_udp.proto} +75 -75
- package/protos/csgo/te.proto +259 -0
- package/protos/{uifontfile_format.proto → csgo/uifontfile_format.proto} +13 -16
- package/protos/csgo/usercmd.proto +38 -0
- package/protos/csgo/usermessages.proto +721 -0
- package/protos/csgo/valveextensions.proto +17 -0
- package/protos/google/protobuf/descriptor.proto +281 -0
- package/protos/{clientmetrics.proto → steam/clientmetrics.proto} +45 -45
- package/protos/{content_manifest.proto → steam/content_manifest.proto} +62 -62
- package/protos/steam/contenthubs.proto +41 -0
- package/protos/{encrypted_app_ticket.proto → steam/encrypted_app_ticket.proto} +10 -10
- package/protos/{enums.proto → steam/enums.proto} +444 -285
- package/protos/steam/enums_clientserver.proto +1539 -0
- package/protos/steam/enums_productinfo.proto +13 -0
- package/protos/{htmlmessages.proto → steam/htmlmessages.proto} +1027 -993
- package/protos/steam/offline_ticket.proto +8 -0
- package/protos/{renderer → steam/renderer}/rendermessages.proto +893 -893
- package/protos/steam/steamdatagram_messages_auth.proto +65 -0
- package/protos/{steamdatagram_messages_sdr.proto → steam/steamdatagram_messages_sdr.proto} +533 -518
- package/protos/{steammessages_accounthardware.steamclient.proto → steam/steammessages_accounthardware.steamclient.proto} +201 -188
- package/protos/{steammessages_appoverview.proto → steam/steammessages_appoverview.proto} +187 -185
- package/protos/steam/steammessages_auth.steamclient.proto +435 -0
- package/protos/steam/steammessages_base.proto +332 -0
- package/protos/{steammessages_broadcast.steamclient.proto → steam/steammessages_broadcast.steamclient.proto} +759 -756
- package/protos/{steammessages_chat.steamclient.proto → steam/steammessages_chat.steamclient.proto} +1281 -1281
- package/protos/steam/steammessages_client_objects.proto +645 -0
- package/protos/{steammessages_clientlanp2p.proto → steam/steammessages_clientlanp2p.proto} +42 -26
- package/protos/{steammessages_clientmetrics.steamclient.proto → steam/steammessages_clientmetrics.steamclient.proto} +194 -176
- package/protos/{steammessages_clientnotificationtypes.proto → steam/steammessages_clientnotificationtypes.proto} +231 -129
- package/protos/{steammessages_clientserver.proto → steam/steammessages_clientserver.proto} +392 -384
- package/protos/{steammessages_clientserver_2.proto → steam/steammessages_clientserver_2.proto} +760 -776
- package/protos/{steammessages_clientserver_appinfo.proto → steam/steammessages_clientserver_appinfo.proto} +131 -166
- package/protos/{steammessages_clientserver_friends.proto → steam/steammessages_clientserver_friends.proto} +260 -260
- package/protos/{steammessages_clientserver_gameservers.proto → steam/steammessages_clientserver_gameservers.proto} +159 -159
- package/protos/{steammessages_clientserver_lbs.proto → steam/steammessages_clientserver_lbs.proto} +70 -70
- package/protos/{steammessages_clientserver_login.proto → steam/steammessages_clientserver_login.proto} +167 -159
- package/protos/{steammessages_clientserver_mms.proto → steam/steammessages_clientserver_mms.proto} +228 -235
- package/protos/{steammessages_clientserver_ucm.proto → steam/steammessages_clientserver_ucm.proto} +205 -202
- package/protos/{steammessages_clientserver_uds.proto → steam/steammessages_clientserver_uds.proto} +124 -104
- package/protos/{steammessages_clientserver_ufs.proto → steam/steammessages_clientserver_ufs.proto} +172 -172
- package/protos/{steammessages_clientserver_userstats.proto → steam/steammessages_clientserver_userstats.proto} +80 -80
- package/protos/steam/steammessages_clientsettings.proto +168 -0
- package/protos/{steammessages_cloud.steamclient.proto → steam/steammessages_cloud.steamclient.proto} +513 -512
- package/protos/{steammessages_contentsystem.steamclient.proto → steam/steammessages_contentsystem.steamclient.proto} +115 -77
- package/protos/{steammessages_credentials.steamclient.proto → steam/steammessages_credentials.steamclient.proto} +115 -141
- package/protos/steam/steammessages_datapublisher.steamclient.proto +116 -0
- package/protos/{steammessages_depotbuilder.steamclient.proto → steam/steammessages_depotbuilder.steamclient.proto} +118 -118
- package/protos/{steammessages_deviceauth.steamclient.proto → steam/steammessages_deviceauth.steamclient.proto} +203 -200
- package/protos/{steammessages_econ.steamclient.proto → steam/steammessages_econ.steamclient.proto} +150 -105
- package/protos/{steammessages_friendmessages.steamclient.proto → steam/steammessages_friendmessages.steamclient.proto} +168 -168
- package/protos/{steammessages_gamenetworking.steamclient.proto → steam/steammessages_gamenetworking.steamclient.proto} +32 -32
- package/protos/steam/steammessages_gamenetworkingui.proto +61 -0
- package/protos/{steammessages_gamenotifications.steamclient.proto → steam/steammessages_gamenotifications.steamclient.proto} +156 -156
- package/protos/{steammessages_gameservers.steamclient.proto → steam/steammessages_gameservers.steamclient.proto} +152 -152
- package/protos/{steammessages_hiddevices.proto → steam/steammessages_hiddevices.proto} +157 -156
- package/protos/{steammessages_inventory.steamclient.proto → steam/steammessages_inventory.steamclient.proto} +224 -224
- package/protos/{steammessages_linkfilter.steamclient.proto → steam/steammessages_linkfilter.steamclient.proto} +49 -49
- package/protos/{steammessages_lobbymatchmaking.steamclient.proto → steam/steammessages_lobbymatchmaking.steamclient.proto} +33 -33
- package/protos/{steammessages_market.steamclient.proto → steam/steammessages_market.steamclient.proto} +26 -26
- package/protos/steam/steammessages_marketingmessages.steamclient.proto +274 -0
- package/protos/{steammessages_offline.steamclient.proto → steam/steammessages_offline.steamclient.proto} +40 -37
- package/protos/{steammessages_parental.steamclient.proto → steam/steammessages_parental.steamclient.proto} +228 -186
- package/protos/{steammessages_parties.steamclient.proto → steam/steammessages_parties.steamclient.proto} +94 -94
- package/protos/{steammessages_partnerapps.steamclient.proto → steam/steammessages_partnerapps.steamclient.proto} +138 -136
- package/protos/{steammessages_player.steamclient.proto → steam/steammessages_player.steamclient.proto} +1060 -912
- package/protos/{steammessages_publishedfile.steamclient.proto → steam/steammessages_publishedfile.steamclient.proto} +813 -711
- package/protos/{steammessages_qms.steamclient.proto → steam/steammessages_qms.steamclient.proto} +125 -125
- package/protos/{steammessages_remoteclient.proto → steam/steammessages_remoteclient.proto} +99 -99
- package/protos/{steammessages_remoteclient_discovery.proto → steam/steammessages_remoteclient_discovery.proto} +235 -228
- package/protos/{steammessages_remoteclient_service.steamclient.proto → steam/steammessages_remoteclient_service.steamclient.proto} +86 -90
- package/protos/{steammessages_remoteclient_service_messages.proto → steam/steammessages_remoteclient_service_messages.proto} +217 -196
- package/protos/{steammessages_remoteplay.proto → steam/steammessages_remoteplay.proto} +976 -871
- package/protos/{steammessages_secrets.steamclient.proto → steam/steammessages_secrets.steamclient.proto} +39 -39
- package/protos/{steammessages_shader.steamclient.proto → steam/steammessages_shader.steamclient.proto} +108 -96
- package/protos/{steammessages_site_license.steamclient.proto → steam/steammessages_site_license.steamclient.proto} +128 -128
- package/protos/{steammessages_sitelicenseclient.proto → steam/steammessages_sitelicenseclient.proto} +38 -38
- package/protos/{steammessages_siteserverui.proto → steam/steammessages_siteserverui.proto} +130 -130
- package/protos/{steammessages_star.steamclient.proto → steam/steammessages_star.steamclient.proto} +64 -64
- package/protos/{steammessages_steamtv.steamclient.proto → steam/steammessages_steamtv.steamclient.proto} +630 -630
- package/protos/{steammessages_store.steamclient.proto → steam/steammessages_store.steamclient.proto} +371 -262
- package/protos/steam/steammessages_storebrowse.steamclient.proto +402 -0
- package/protos/{steammessages_timedtrial.steamclient.proto → steam/steammessages_timedtrial.steamclient.proto} +50 -50
- package/protos/{steammessages_twofactor.steamclient.proto → steam/steammessages_twofactor.steamclient.proto} +186 -154
- package/protos/{steammessages_unified_base.steamclient.proto → steam/steammessages_unified_base.steamclient.proto} +33 -33
- package/protos/{steammessages_unified_test.steamclient.proto → steam/steammessages_unified_test.steamclient.proto} +61 -50
- package/protos/{steammessages_useraccount.steamclient.proto → steam/steammessages_useraccount.steamclient.proto} +249 -210
- package/protos/{steammessages_vac.steamclient.proto → steam/steammessages_vac.steamclient.proto} +44 -44
- package/protos/steam/steammessages_video.steamclient.proto +171 -0
- package/protos/{steammessages_virtualcontroller.proto → steam/steammessages_virtualcontroller.proto} +138 -138
- package/protos/{steammessages_workshop.steamclient.proto → steam/steammessages_workshop.steamclient.proto} +23 -23
- package/protos/steam/steamnetworkingsockets_messages.proto +205 -0
- package/protos/steam/steamnetworkingsockets_messages_certs.proto +39 -0
- package/protos/steam/steamnetworkingsockets_messages_udp.proto +75 -0
- package/protos/steam/webuimessages_base.proto +24 -0
- package/protos/steam/webuimessages_gamenotes.proto +21 -0
- package/protos/steam/webuimessages_steamengine.proto +32 -0
- package/protos/steam/webuimessages_storagedevicemanager.proto +110 -0
- package/protos/steam/webuimessages_systemmanager.proto +17 -0
- package/protos/steam/webuimessages_transport.proto +18 -0
- package/protos/steam/webuimessages_transportvalidation.proto +97 -0
- package/protos/webui/common.proto +5508 -0
- package/protos/webui/common_base.proto +27 -0
- package/protos/webui/service_accountlinking.proto +27 -0
- package/protos/webui/service_accountprivacy.proto +42 -0
- package/protos/webui/service_auction.proto +97 -0
- package/protos/webui/service_authentication.proto +222 -0
- package/protos/webui/service_authenticationsupport.proto +74 -0
- package/protos/webui/service_broadcast.proto +562 -0
- package/protos/webui/service_chat.proto +11 -0
- package/protos/webui/service_chatroom.proto +810 -0
- package/protos/webui/service_chatusability.proto +107 -0
- package/protos/webui/service_clan.proto +41 -0
- package/protos/webui/service_clanchatrooms.proto +25 -0
- package/protos/webui/service_clanfaqs.proto +202 -0
- package/protos/webui/service_clientcomm.proto +150 -0
- package/protos/webui/service_clientmetrics.proto +63 -0
- package/protos/webui/service_cloud.proto +222 -0
- package/protos/webui/service_cloudconfigstore.proto +51 -0
- package/protos/webui/service_cloudgaming.proto +30 -0
- package/protos/webui/service_community.proto +365 -0
- package/protos/webui/service_econ.proto +134 -0
- package/protos/webui/service_embedded.proto +24 -0
- package/protos/webui/service_experimentservice.proto +6 -0
- package/protos/webui/service_fovasvideo.proto +15 -0
- package/protos/webui/service_friendmessages.proto +133 -0
- package/protos/webui/service_friendslist.proto +70 -0
- package/protos/webui/service_gamenotes.proto +15 -0
- package/protos/webui/service_helprequestlogs.proto +26 -0
- package/protos/webui/service_loyaltyrewards.proto +252 -0
- package/protos/webui/service_marketingmessages.proto +184 -0
- package/protos/webui/service_mobileapp.proto +18 -0
- package/protos/webui/service_mobileauth.proto +24 -0
- package/protos/webui/service_mobiledevice.proto +26 -0
- package/protos/webui/service_mobileperaccount.proto +31 -0
- package/protos/webui/service_news.proto +101 -0
- package/protos/webui/service_parental.proto +178 -0
- package/protos/webui/service_partnermembershipinvite.proto +29 -0
- package/protos/webui/service_partnerstorebrowse.proto +6 -0
- package/protos/webui/service_phone.proto +51 -0
- package/protos/webui/service_physicalgoods.proto +15 -0
- package/protos/webui/service_player.proto +885 -0
- package/protos/webui/service_promotioneventinvites.proto +50 -0
- package/protos/webui/service_promotionplanning.proto +72 -0
- package/protos/webui/service_publishedfile.proto +687 -0
- package/protos/webui/service_publishing.proto +119 -0
- package/protos/webui/service_quest.proto +127 -0
- package/protos/webui/service_salefeature.proto +315 -0
- package/protos/webui/service_saleitemrewards.proto +54 -0
- package/protos/webui/service_shoppingcart.proto +108 -0
- package/protos/webui/service_steamawards.proto +19 -0
- package/protos/webui/service_steamcharts.proto +75 -0
- package/protos/webui/service_steamengine.proto +36 -0
- package/protos/webui/service_steamlearn.proto +727 -0
- package/protos/webui/service_steamnotification.proto +84 -0
- package/protos/webui/service_steamtv.proto +495 -0
- package/protos/webui/service_steamvrvoicechat.proto +67 -0
- package/protos/webui/service_steamvrwebrtc.proto +48 -0
- package/protos/webui/service_storagedevicemanager.proto +104 -0
- package/protos/webui/service_store.proto +289 -0
- package/protos/webui/service_storeappsimilarity.proto +76 -0
- package/protos/webui/service_storebrowse.proto +73 -0
- package/protos/webui/service_storequery.proto +97 -0
- package/protos/webui/service_storesales.proto +15 -0
- package/protos/webui/service_storetopsellers.proto +44 -0
- package/protos/webui/service_systemmanager.proto +11 -0
- package/protos/webui/service_test_transporterror.proto +6 -0
- package/protos/webui/service_transportauth.proto +12 -0
- package/protos/webui/service_transportvalidation.proto +69 -0
- package/protos/webui/service_twofactor.proto +181 -0
- package/protos/webui/service_useraccount.proto +138 -0
- package/protos/webui/service_usergameactivity.proto +34 -0
- package/protos/webui/service_usergamenotes.proto +53 -0
- package/protos/webui/service_usernews.proto +68 -0
- package/protos/webui/service_userreviews.proto +96 -0
- package/protos/webui/service_video.proto +128 -0
- package/protos/webui/service_voicechat.proto +139 -0
- package/protos/webui/service_webrtc.proto +52 -0
- package/.idea/deployment.xml +0 -21
- package/protos/netmessages.proto +0 -491
- package/protos/network_connection.proto +0 -70
- package/protos/steamdatagram_messages.proto +0 -205
- package/protos/steammessages_auth.steamclient.proto +0 -192
- package/protos/steammessages_client_objects.proto +0 -336
- package/protos/steammessages_datapublisher.steamclient.proto +0 -67
- package/protos/steammessages_video.steamclient.proto +0 -84
@@ -0,0 +1,645 @@
|
|
1
|
+
import "enums.proto";
|
2
|
+
|
3
|
+
option optimize_for = SPEED;
|
4
|
+
option cc_generic_services = false;
|
5
|
+
|
6
|
+
enum ECloudPendingRemoteOperation {
|
7
|
+
k_ECloudPendingRemoteOperationNone = 0;
|
8
|
+
k_ECloudPendingRemoteOperationAppSessionActive = 1;
|
9
|
+
k_ECloudPendingRemoteOperationUploadInProgress = 2;
|
10
|
+
k_ECloudPendingRemoteOperationUploadPending = 3;
|
11
|
+
k_ECloudPendingRemoteOperationAppSessionSuspended = 4;
|
12
|
+
}
|
13
|
+
|
14
|
+
enum ESteamDeckKeyboardLayout {
|
15
|
+
k_ESteamDeckKeyboardLayout_QWERTY = 0;
|
16
|
+
k_ESteamDeckKeyboardLayout_Bulgarian = 1;
|
17
|
+
k_ESteamDeckKeyboardLayout_Chinese_Simplified = 2;
|
18
|
+
k_ESteamDeckKeyboardLayout_Chinese_Traditional = 3;
|
19
|
+
k_ESteamDeckKeyboardLayout_Czech = 4;
|
20
|
+
k_ESteamDeckKeyboardLayout_Danish = 5;
|
21
|
+
k_ESteamDeckKeyboardLayout_Finnish = 6;
|
22
|
+
k_ESteamDeckKeyboardLayout_French = 7;
|
23
|
+
k_ESteamDeckKeyboardLayout_German = 8;
|
24
|
+
k_ESteamDeckKeyboardLayout_Greek = 9;
|
25
|
+
k_ESteamDeckKeyboardLayout_Hungarian = 10;
|
26
|
+
k_ESteamDeckKeyboardLayout_Italian = 11;
|
27
|
+
k_ESteamDeckKeyboardLayout_Japanese = 12;
|
28
|
+
k_ESteamDeckKeyboardLayout_Korean = 13;
|
29
|
+
k_ESteamDeckKeyboardLayout_Norwegian = 14;
|
30
|
+
k_ESteamDeckKeyboardLayout_Polish = 15;
|
31
|
+
k_ESteamDeckKeyboardLayout_Portuguese = 16;
|
32
|
+
k_ESteamDeckKeyboardLayout_Romanian = 17;
|
33
|
+
k_ESteamDeckKeyboardLayout_Russian = 18;
|
34
|
+
k_ESteamDeckKeyboardLayout_Spanish = 19;
|
35
|
+
k_ESteamDeckKeyboardLayout_Swedish = 20;
|
36
|
+
k_ESteamDeckKeyboardLayout_Thai = 21;
|
37
|
+
k_ESteamDeckKeyboardLayout_Turkish_F = 22;
|
38
|
+
k_ESteamDeckKeyboardLayout_Turkish_Q = 23;
|
39
|
+
k_ESteamDeckKeyboardLayout_Ukrainian = 24;
|
40
|
+
k_ESteamDeckKeyboardLayout_Vietnamese = 25;
|
41
|
+
k_ESteamDeckKeyboardLayout_QWERTY_International = 26;
|
42
|
+
k_ESteamDeckKeyboardLayout_Dvorak = 27;
|
43
|
+
k_ESteamDeckKeyboardLayout_Colemak = 28;
|
44
|
+
k_ESteamDeckKeyboardLayout_Bulgarian_Phonetic_Traditional = 29;
|
45
|
+
k_ESteamDeckKeyboardLayout_Bulgarian_Phonetic = 30;
|
46
|
+
k_ESteamDeckKeyboardLayout_Chinese_Traditional_Bopomofo = 31;
|
47
|
+
k_ESteamDeckKeyboardLayout_Chinese_Traditional_Cangjie = 32;
|
48
|
+
k_ESteamDeckKeyboardLayout_Japanese_Kana = 33;
|
49
|
+
k_ESteamDeckKeyboardLayout_Chinese_Traditional_Quick = 34;
|
50
|
+
k_ESteamDeckKeyboardLayout_Indonesian = 35;
|
51
|
+
}
|
52
|
+
|
53
|
+
message SteamMessagesClientIClientForcedEnumDependencies {
|
54
|
+
optional .EBluetoothDeviceType a = 1 [default = k_BluetoothDeviceType_Invalid];
|
55
|
+
optional .EStorageBlockContentType b = 2 [default = k_EStorageBlockContentType_Invalid];
|
56
|
+
optional .EStorageBlockFileSystemType c = 3 [default = k_EStorageBlockFileSystemType_Invalid];
|
57
|
+
optional .ESDCardFormatStage d = 4 [default = k_ESDCardFormatStage_Invalid];
|
58
|
+
}
|
59
|
+
|
60
|
+
message CMsgNetworkDeviceIP4Address {
|
61
|
+
optional int32 ip = 1 [default = 0];
|
62
|
+
optional int32 netmask = 2;
|
63
|
+
}
|
64
|
+
|
65
|
+
message CMsgNetworkDeviceIP4Config {
|
66
|
+
repeated .CMsgNetworkDeviceIP4Address addresses = 1;
|
67
|
+
repeated int32 dns_ip = 2;
|
68
|
+
optional int32 gateway_ip = 3;
|
69
|
+
optional bool is_dhcp_enabled = 4;
|
70
|
+
optional bool is_default_route = 5;
|
71
|
+
optional bool is_enabled = 6 [default = false];
|
72
|
+
}
|
73
|
+
|
74
|
+
message CMsgNetworkDeviceIP6Address {
|
75
|
+
optional string ip = 1;
|
76
|
+
}
|
77
|
+
|
78
|
+
message CMsgNetworkDeviceIP6Config {
|
79
|
+
repeated .CMsgNetworkDeviceIP6Address addresses = 1;
|
80
|
+
repeated string dns_ip = 2;
|
81
|
+
optional string gateway_ip = 3;
|
82
|
+
optional bool is_dhcp_enabled = 4;
|
83
|
+
optional bool is_default_route = 5;
|
84
|
+
optional bool is_enabled = 6 [default = false];
|
85
|
+
}
|
86
|
+
|
87
|
+
message CMsgNetworkDevicesData {
|
88
|
+
message Device {
|
89
|
+
message Wired {
|
90
|
+
optional bool is_cable_present = 1 [default = false];
|
91
|
+
optional uint32 speed_mbit = 2;
|
92
|
+
optional string friendly_name = 3;
|
93
|
+
}
|
94
|
+
|
95
|
+
message Wireless {
|
96
|
+
message AP {
|
97
|
+
optional uint32 id = 1 [default = 0];
|
98
|
+
optional int32 estrength = 2;
|
99
|
+
optional string ssid = 3;
|
100
|
+
optional bool is_active = 4;
|
101
|
+
optional bool is_autoconnect = 5;
|
102
|
+
optional int32 esecurity = 6;
|
103
|
+
optional string user_name = 7;
|
104
|
+
optional string password = 8;
|
105
|
+
optional int32 strength_raw = 9;
|
106
|
+
}
|
107
|
+
|
108
|
+
repeated .CMsgNetworkDevicesData.Device.Wireless.AP aps = 1;
|
109
|
+
optional int32 esecurity_supported = 2;
|
110
|
+
}
|
111
|
+
|
112
|
+
optional uint32 id = 1 [default = 0];
|
113
|
+
optional int32 etype = 2;
|
114
|
+
optional int32 estate = 3;
|
115
|
+
optional string mac = 4;
|
116
|
+
optional string vendor = 5;
|
117
|
+
optional string product = 6;
|
118
|
+
optional .CMsgNetworkDeviceIP4Config ip4 = 7;
|
119
|
+
optional .CMsgNetworkDeviceIP6Config ip6 = 8;
|
120
|
+
optional .CMsgNetworkDevicesData.Device.Wired wired = 9;
|
121
|
+
optional .CMsgNetworkDevicesData.Device.Wireless wireless = 10;
|
122
|
+
}
|
123
|
+
|
124
|
+
repeated .CMsgNetworkDevicesData.Device devices = 1;
|
125
|
+
optional bool is_wifi_enabled = 2;
|
126
|
+
optional bool is_wifi_scanning_enabled = 3;
|
127
|
+
}
|
128
|
+
|
129
|
+
message CMsgNetworkDeviceConnect {
|
130
|
+
message KnownAP {
|
131
|
+
optional uint32 ap_id = 1;
|
132
|
+
}
|
133
|
+
|
134
|
+
message CustomAP {
|
135
|
+
optional string ssid = 1;
|
136
|
+
optional int32 esecurity = 2;
|
137
|
+
}
|
138
|
+
|
139
|
+
message Credentials {
|
140
|
+
optional string username = 1;
|
141
|
+
optional string password = 2;
|
142
|
+
}
|
143
|
+
|
144
|
+
optional uint32 device_id = 1 [default = 0];
|
145
|
+
optional .CMsgNetworkDeviceConnect.Credentials credentials = 4;
|
146
|
+
optional .CMsgNetworkDeviceIP4Config ip4 = 5;
|
147
|
+
optional .CMsgNetworkDeviceIP6Config ip6 = 6;
|
148
|
+
|
149
|
+
oneof ap_info {
|
150
|
+
.CMsgNetworkDeviceConnect.KnownAP ap_known = 2;
|
151
|
+
.CMsgNetworkDeviceConnect.CustomAP ap_custom = 3;
|
152
|
+
}
|
153
|
+
}
|
154
|
+
|
155
|
+
message CMsgStorageDevicesData {
|
156
|
+
message Drive {
|
157
|
+
optional uint32 id = 1 [default = 0];
|
158
|
+
optional string model = 2;
|
159
|
+
optional string vendor = 3;
|
160
|
+
optional string serial = 4;
|
161
|
+
optional bool is_ejectable = 5;
|
162
|
+
optional uint64 size_bytes = 6;
|
163
|
+
optional .EStorageDriveMediaType media_type = 7 [default = k_EStorageDriveMediaType_Invalid];
|
164
|
+
}
|
165
|
+
|
166
|
+
message BlockDevice {
|
167
|
+
optional uint32 id = 1 [default = 0];
|
168
|
+
optional uint32 drive_id = 2 [default = 0];
|
169
|
+
optional string path = 3;
|
170
|
+
optional string friendly_path = 4;
|
171
|
+
optional string label = 5;
|
172
|
+
optional uint64 size_bytes = 6;
|
173
|
+
optional bool is_formattable = 7;
|
174
|
+
optional bool is_read_only = 8;
|
175
|
+
optional bool is_root_device = 9;
|
176
|
+
optional .EStorageBlockContentType content_type = 10 [default = k_EStorageBlockContentType_Invalid];
|
177
|
+
optional .EStorageBlockFileSystemType filesystem_type = 11 [default = k_EStorageBlockFileSystemType_Invalid];
|
178
|
+
optional string mount_path = 12;
|
179
|
+
}
|
180
|
+
|
181
|
+
repeated .CMsgStorageDevicesData.Drive drives = 1;
|
182
|
+
repeated .CMsgStorageDevicesData.BlockDevice block_devices = 2;
|
183
|
+
optional bool is_unmount_supported = 3;
|
184
|
+
optional bool is_trim_supported = 4;
|
185
|
+
optional bool is_trim_running = 5;
|
186
|
+
}
|
187
|
+
|
188
|
+
message CCloud_PendingRemoteOperation {
|
189
|
+
optional .ECloudPendingRemoteOperation operation = 1 [default = k_ECloudPendingRemoteOperationNone];
|
190
|
+
optional string machine_name = 2;
|
191
|
+
optional uint64 client_id = 3;
|
192
|
+
optional uint32 time_last_updated = 4;
|
193
|
+
}
|
194
|
+
|
195
|
+
message CMsgCloudPendingRemoteOperations {
|
196
|
+
repeated .CCloud_PendingRemoteOperation operations = 1;
|
197
|
+
}
|
198
|
+
|
199
|
+
message CMsgBluetoothDevicesData {
|
200
|
+
message Adapter {
|
201
|
+
optional uint32 id = 1 [default = 0];
|
202
|
+
optional string mac = 2;
|
203
|
+
optional string name = 3;
|
204
|
+
optional bool is_enabled = 4;
|
205
|
+
optional bool is_discovering = 5;
|
206
|
+
}
|
207
|
+
|
208
|
+
message Device {
|
209
|
+
optional uint32 id = 1 [default = 0];
|
210
|
+
optional uint32 adapter_id = 2 [default = 0];
|
211
|
+
optional .EBluetoothDeviceType etype = 3 [default = k_BluetoothDeviceType_Invalid];
|
212
|
+
optional string mac = 4;
|
213
|
+
optional string name = 5;
|
214
|
+
optional bool is_connected = 6;
|
215
|
+
optional bool is_paired = 7;
|
216
|
+
optional int32 strength_raw = 8;
|
217
|
+
}
|
218
|
+
|
219
|
+
message Manager {
|
220
|
+
optional bool is_bluetooth_enabled = 1;
|
221
|
+
}
|
222
|
+
|
223
|
+
repeated .CMsgBluetoothDevicesData.Adapter adapters = 1;
|
224
|
+
repeated .CMsgBluetoothDevicesData.Device devices = 2;
|
225
|
+
optional .CMsgBluetoothDevicesData.Manager manager = 3;
|
226
|
+
}
|
227
|
+
|
228
|
+
message CMsgSystemPerfDiagnosticEntry {
|
229
|
+
optional string name = 1;
|
230
|
+
optional string value = 2;
|
231
|
+
}
|
232
|
+
|
233
|
+
message CMsgSystemPerfNetworkInterface {
|
234
|
+
optional string name = 1;
|
235
|
+
optional double timestamp = 2;
|
236
|
+
optional int64 tx_bytes_total = 3;
|
237
|
+
optional int64 rx_bytes_total = 4;
|
238
|
+
optional int32 tx_bytes_per_sec = 5;
|
239
|
+
optional int32 rx_bytes_per_sec = 6;
|
240
|
+
}
|
241
|
+
|
242
|
+
message CMsgSystemPerfDiagnosticInfo {
|
243
|
+
repeated .CMsgSystemPerfDiagnosticEntry entries = 1;
|
244
|
+
repeated .CMsgSystemPerfNetworkInterface interfaces = 2;
|
245
|
+
optional float battery_temp_c = 3;
|
246
|
+
}
|
247
|
+
|
248
|
+
message CMsgSystemPerfLimits {
|
249
|
+
optional int32 cpu_governor_manual_min_mhz = 1;
|
250
|
+
optional int32 cpu_governor_manual_max_mhz = 2;
|
251
|
+
optional int32 fsr_sharpness_min = 3;
|
252
|
+
optional int32 fsr_sharpness_max = 4;
|
253
|
+
optional int32 gpu_performance_manual_min_mhz = 5;
|
254
|
+
optional int32 gpu_performance_manual_max_mhz = 6;
|
255
|
+
optional bool perf_overlay_is_standalone = 7;
|
256
|
+
optional bool is_dynamic_vrs_available = 8;
|
257
|
+
optional bool is_manual_display_refresh_rate_available = 9;
|
258
|
+
repeated .EGPUPerformanceLevel gpu_performance_levels_available = 10;
|
259
|
+
optional int32 display_refresh_manual_hz_min = 11;
|
260
|
+
optional int32 display_refresh_manual_hz_max = 12;
|
261
|
+
repeated int32 fps_limit_options = 13;
|
262
|
+
optional int32 tdp_limit_min = 14;
|
263
|
+
optional int32 tdp_limit_max = 15;
|
264
|
+
optional bool is_nis_supported = 16;
|
265
|
+
optional int32 nis_sharpness_min = 17;
|
266
|
+
optional int32 nis_sharpness_max = 18;
|
267
|
+
optional int32 display_external_refresh_manual_hz_min = 19;
|
268
|
+
optional int32 display_external_refresh_manual_hz_max = 20;
|
269
|
+
repeated int32 fps_limit_options_external = 21;
|
270
|
+
optional bool is_tearing_supported = 22;
|
271
|
+
optional bool is_vrr_supported = 23;
|
272
|
+
optional bool is_dynamic_refresh_rate_in_steam_supported = 24;
|
273
|
+
optional bool is_split_scaling_and_filtering_supported = 25;
|
274
|
+
repeated .ESplitScalingFilter split_scaling_filters_available = 26;
|
275
|
+
repeated .ESplitScalingScaler split_scaling_scalers_available = 27;
|
276
|
+
optional bool is_hdr_supported = 28;
|
277
|
+
optional int32 display_refresh_manual_hz_oc_max = 29;
|
278
|
+
}
|
279
|
+
|
280
|
+
message CMsgSystemPerfSettingsGlobal {
|
281
|
+
optional float diagnostic_update_rate = 1;
|
282
|
+
optional .ESystemServiceState system_trace_service_state = 2 [default = k_ESystemServiceState_Unavailable];
|
283
|
+
optional .ESystemServiceState graphics_profiling_service_state = 3 [default = k_ESystemServiceState_Unavailable];
|
284
|
+
optional .ESystemServiceState perf_overlay_service_state = 4 [default = k_ESystemServiceState_Unavailable];
|
285
|
+
optional .EGraphicsPerfOverlayLevel perf_overlay_level = 5 [default = k_EGraphicsPerfOverlayLevel_Hidden];
|
286
|
+
optional bool is_show_perf_overlay_over_steam_enabled = 6;
|
287
|
+
optional bool is_advanced_settings_enabled = 7;
|
288
|
+
optional bool allow_external_display_refresh_control = 8;
|
289
|
+
optional bool is_hdr_enabled = 9;
|
290
|
+
optional .EHDRToneMapOperator hdr_on_sdr_tonemap_operator = 12 [default = k_EHDRToneMapOperator_Invalid];
|
291
|
+
optional bool is_hdr_debug_heatmap_enabled = 13;
|
292
|
+
optional bool force_hdr_wide_gammut_for_sdr = 15 [default = true];
|
293
|
+
optional bool allow_experimental_hdr = 16;
|
294
|
+
optional float sdr_to_hdr_brightness = 22;
|
295
|
+
optional bool debug_force_hdr_support = 18;
|
296
|
+
optional bool force_hdr_10pq_output_debug = 19;
|
297
|
+
optional bool is_display_oc_enabled = 20;
|
298
|
+
optional bool is_color_management_enabled = 21;
|
299
|
+
}
|
300
|
+
|
301
|
+
message CMsgSystemPerfSettingsPerApp {
|
302
|
+
optional int32 gpu_performance_manual_mhz = 1;
|
303
|
+
optional int32 fps_limit = 2;
|
304
|
+
optional bool is_variable_resolution_enabled = 3;
|
305
|
+
optional bool is_dynamic_refresh_rate_enabled = 4;
|
306
|
+
optional int32 tdp_limit = 5;
|
307
|
+
optional .ECPUGovernor cpu_governor = 6 [default = k_ECPUGovernor_Invalid];
|
308
|
+
optional int32 cpu_governor_manual_mhz = 7;
|
309
|
+
optional int32 scaling_filter = 8;
|
310
|
+
optional int32 fsr_sharpness = 9;
|
311
|
+
optional bool is_fps_limit_enabled = 10;
|
312
|
+
optional bool is_tdp_limit_enabled = 11;
|
313
|
+
optional bool is_low_latency_mode_enabled = 12;
|
314
|
+
optional int32 display_refresh_manual_hz = 13;
|
315
|
+
optional bool is_game_perf_profile_enabled = 14;
|
316
|
+
optional .EGPUPerformanceLevel gpu_performance_level = 15 [default = k_EGPUPerformanceLevel_Invalid];
|
317
|
+
optional int32 nis_sharpness = 16;
|
318
|
+
optional int32 display_external_refresh_manual_hz = 17;
|
319
|
+
optional int32 fps_limit_external = 18;
|
320
|
+
optional bool is_tearing_enabled = 19;
|
321
|
+
optional bool is_vrr_enabled = 20;
|
322
|
+
optional bool is_composite_debug_enabled = 21;
|
323
|
+
optional bool force_composite = 22;
|
324
|
+
optional bool use_dynamic_refresh_rate_in_steam = 23;
|
325
|
+
optional .ESplitScalingFilter split_scaling_filter = 24 [default = k_ESplitScalingFilter_Invalid];
|
326
|
+
optional .ESplitScalingScaler split_scaling_scaler = 25 [default = k_ESplitScalingScaler_Invalid];
|
327
|
+
}
|
328
|
+
|
329
|
+
message CMsgSystemPerfSettings {
|
330
|
+
optional .CMsgSystemPerfSettingsGlobal global = 1;
|
331
|
+
optional .CMsgSystemPerfSettingsPerApp per_app = 2;
|
332
|
+
}
|
333
|
+
|
334
|
+
message CMsgSystemPerfSettingsV1 {
|
335
|
+
optional float diagnostic_update_rate = 1;
|
336
|
+
optional .ESystemServiceState system_trace_service_state = 2 [default = k_ESystemServiceState_Unavailable];
|
337
|
+
optional .ESystemServiceState graphics_profiling_service_state = 3 [default = k_ESystemServiceState_Unavailable];
|
338
|
+
optional .ESystemServiceState perf_overlay_service_state = 4 [default = k_ESystemServiceState_Unavailable];
|
339
|
+
optional .EGraphicsPerfOverlayLevel perf_overlay_level = 5 [default = k_EGraphicsPerfOverlayLevel_Hidden];
|
340
|
+
optional .EGPUPerformanceLevel gpu_performance_level = 6 [default = k_EGPUPerformanceLevel_Invalid];
|
341
|
+
optional int32 gpu_performance_manual_mhz = 7;
|
342
|
+
optional int32 fps_limit = 8;
|
343
|
+
optional bool is_variable_resolution_enabled = 9;
|
344
|
+
optional bool is_dynamic_refresh_rate_enabled = 10;
|
345
|
+
optional int32 tdp_limit = 11;
|
346
|
+
optional .ECPUGovernor cpu_governor = 12 [default = k_ECPUGovernor_Invalid];
|
347
|
+
optional int32 cpu_governor_manual_mhz = 13;
|
348
|
+
optional int32 scaling_filter = 14;
|
349
|
+
optional int32 fsr_sharpness = 15;
|
350
|
+
optional bool is_fps_limit_enabled = 16;
|
351
|
+
optional bool is_tdp_limit_enabled = 17;
|
352
|
+
optional bool is_show_perf_overlay_over_steam_enabled = 18;
|
353
|
+
optional bool is_low_latency_mode_enabled = 19;
|
354
|
+
optional int32 display_refresh_manual_hz = 20;
|
355
|
+
optional bool is_game_perf_profile_enabled = 21;
|
356
|
+
}
|
357
|
+
|
358
|
+
message CMsgSystemPerfState {
|
359
|
+
optional .CMsgSystemPerfLimits limits = 1;
|
360
|
+
optional .CMsgSystemPerfSettings settings = 2;
|
361
|
+
optional uint64 current_game_id = 3;
|
362
|
+
optional uint64 active_profile_game_id = 4;
|
363
|
+
}
|
364
|
+
|
365
|
+
message CMsgSystemPerfUpdateSettings {
|
366
|
+
optional uint64 gameid = 1;
|
367
|
+
optional bool skip_storage_update = 4;
|
368
|
+
|
369
|
+
oneof update {
|
370
|
+
bool reset_to_default = 2;
|
371
|
+
.CMsgSystemPerfSettings settings_delta = 3;
|
372
|
+
}
|
373
|
+
}
|
374
|
+
|
375
|
+
message CMsgSystemDockUpdateState {
|
376
|
+
optional .EUpdaterState state = 1 [default = k_EUpdaterState_Invalid];
|
377
|
+
optional fixed32 rtime_last_checked = 2;
|
378
|
+
optional string version_current = 3;
|
379
|
+
optional string version_available = 4;
|
380
|
+
optional float stage_progress = 5;
|
381
|
+
optional fixed32 rtime_estimated_completion = 6;
|
382
|
+
optional int32 old_fw_workaround = 7;
|
383
|
+
}
|
384
|
+
|
385
|
+
message CMsgSystemDockState {
|
386
|
+
optional .CMsgSystemDockUpdateState update_state = 1;
|
387
|
+
}
|
388
|
+
|
389
|
+
message CMsgSystemDockUpdateFirmware {
|
390
|
+
optional bool check_only = 1;
|
391
|
+
}
|
392
|
+
|
393
|
+
message CMsgSystemAudioVolume {
|
394
|
+
message ChannelEntry {
|
395
|
+
optional .ESystemAudioChannel echannel = 1 [default = k_SystemAudioChannel_Invalid];
|
396
|
+
optional float volume = 2;
|
397
|
+
}
|
398
|
+
|
399
|
+
repeated .CMsgSystemAudioVolume.ChannelEntry entries = 1;
|
400
|
+
optional bool is_muted = 2;
|
401
|
+
}
|
402
|
+
|
403
|
+
message CMsgSystemAudioManagerObject {
|
404
|
+
optional uint32 id = 1;
|
405
|
+
optional fixed32 rtime_last_update = 2;
|
406
|
+
}
|
407
|
+
|
408
|
+
message CMsgSystemAudioManagerDevice {
|
409
|
+
optional .CMsgSystemAudioManagerObject base = 1;
|
410
|
+
optional string name = 2;
|
411
|
+
optional string nick = 3;
|
412
|
+
optional string description = 4;
|
413
|
+
optional string api = 5;
|
414
|
+
}
|
415
|
+
|
416
|
+
message CMsgSystemAudioManagerNode {
|
417
|
+
optional .CMsgSystemAudioManagerObject base = 1;
|
418
|
+
optional uint32 device_id = 2;
|
419
|
+
optional string name = 3;
|
420
|
+
optional string nick = 4;
|
421
|
+
optional string description = 5;
|
422
|
+
optional .ESystemAudioDirection edirection = 6 [default = k_SystemAudioDirection_Invalid];
|
423
|
+
optional .CMsgSystemAudioVolume volume = 7;
|
424
|
+
}
|
425
|
+
|
426
|
+
message CMsgSystemAudioManagerPort {
|
427
|
+
optional .CMsgSystemAudioManagerObject base = 1;
|
428
|
+
optional uint32 node_id = 3;
|
429
|
+
optional string name = 4;
|
430
|
+
optional string alias = 5;
|
431
|
+
optional .ESystemAudioPortType etype = 6 [default = k_SystemAudioPortType_Invalid];
|
432
|
+
optional .ESystemAudioPortDirection edirection = 7 [default = k_SystemAudioPortDirection_Invalid];
|
433
|
+
optional bool is_physical = 8;
|
434
|
+
optional bool is_terminal = 9;
|
435
|
+
optional bool is_control = 10;
|
436
|
+
optional bool is_monitor = 11;
|
437
|
+
}
|
438
|
+
|
439
|
+
message CMsgSystemAudioManagerLink {
|
440
|
+
optional .CMsgSystemAudioManagerObject base = 1;
|
441
|
+
optional uint32 output_node_id = 2;
|
442
|
+
optional uint32 output_port_id = 3;
|
443
|
+
optional uint32 input_node_id = 4;
|
444
|
+
optional uint32 input_port_id = 5;
|
445
|
+
}
|
446
|
+
|
447
|
+
message CMsgSystemAudioManagerStateHW {
|
448
|
+
repeated .CMsgSystemAudioManagerDevice devices = 1;
|
449
|
+
repeated .CMsgSystemAudioManagerNode nodes = 2;
|
450
|
+
repeated .CMsgSystemAudioManagerPort ports = 3;
|
451
|
+
repeated .CMsgSystemAudioManagerLink links = 4;
|
452
|
+
}
|
453
|
+
|
454
|
+
message CMsgSystemAudioManagerState {
|
455
|
+
optional fixed32 rtime_filter = 1;
|
456
|
+
optional int32 counter = 2;
|
457
|
+
optional .CMsgSystemAudioManagerStateHW hw = 3;
|
458
|
+
}
|
459
|
+
|
460
|
+
message CMsgSystemAudioManagerUpdateSomething {
|
461
|
+
optional int32 counter = 1;
|
462
|
+
}
|
463
|
+
|
464
|
+
message CMsgSystemDisplayMode {
|
465
|
+
optional int32 id = 1;
|
466
|
+
optional int32 width = 2;
|
467
|
+
optional int32 height = 3;
|
468
|
+
optional int32 refresh_hz = 4;
|
469
|
+
}
|
470
|
+
|
471
|
+
message CMsgSystemDisplay {
|
472
|
+
optional int32 id = 1;
|
473
|
+
optional string name = 2;
|
474
|
+
optional string description = 3;
|
475
|
+
optional bool is_primary = 4;
|
476
|
+
optional bool is_enabled = 5;
|
477
|
+
optional bool is_internal = 6;
|
478
|
+
optional bool has_mode_override = 7;
|
479
|
+
optional int32 width_mm = 8;
|
480
|
+
optional int32 height_mm = 9;
|
481
|
+
optional int32 current_mode_id = 10;
|
482
|
+
repeated .CMsgSystemDisplayMode modes = 11;
|
483
|
+
optional int32 refresh_rate_min = 12;
|
484
|
+
optional int32 refresh_rate_max = 13;
|
485
|
+
optional bool is_vrr_capable = 14;
|
486
|
+
optional bool is_vrr_enabled = 15;
|
487
|
+
optional bool is_hdr_capable = 16;
|
488
|
+
optional bool is_hdr_enabled = 17;
|
489
|
+
}
|
490
|
+
|
491
|
+
message CMsgSystemDisplayManagerState {
|
492
|
+
repeated .CMsgSystemDisplay displays = 1;
|
493
|
+
optional bool is_mode_switching_supported = 2;
|
494
|
+
optional .ESystemDisplayCompatibilityMode compatibility_mode = 3 [default = k_ESystemDisplayCompatibilityMode_Invalid];
|
495
|
+
}
|
496
|
+
|
497
|
+
message CMsgSystemDisplayManagerSetMode {
|
498
|
+
optional int32 display_id = 1;
|
499
|
+
optional int32 mode_id = 2;
|
500
|
+
}
|
501
|
+
|
502
|
+
message CMsgSystemManagerSettings {
|
503
|
+
optional float idle_backlight_dim_battery_seconds = 1;
|
504
|
+
optional float idle_backlight_dim_ac_seconds = 2;
|
505
|
+
optional float idle_suspend_battery_seconds = 3;
|
506
|
+
optional float idle_suspend_ac_seconds = 4;
|
507
|
+
optional bool idle_suspend_supressed = 5;
|
508
|
+
optional bool is_adaptive_brightness_available = 6;
|
509
|
+
optional bool display_adaptive_brightness_enabled = 7;
|
510
|
+
optional bool display_nightmode_enabled = 10;
|
511
|
+
optional float display_nightmode_tintstrength = 11;
|
512
|
+
optional float display_nightmode_maxhue = 12;
|
513
|
+
optional float display_nightmode_maxsat = 13;
|
514
|
+
optional float display_nightmode_uiexp = 14;
|
515
|
+
optional float display_nightmode_blend = 15;
|
516
|
+
optional bool display_nightmode_reset = 16;
|
517
|
+
optional bool display_nightmode_schedule_enabled = 17;
|
518
|
+
optional float display_nightmode_schedule_starttime = 18;
|
519
|
+
optional float display_nightmode_schedule_endtime = 19;
|
520
|
+
optional bool display_diagnostics_enabled = 20;
|
521
|
+
optional float als_lux_primary = 21;
|
522
|
+
optional float als_lux_median = 22;
|
523
|
+
optional float display_backlight_raw = 23;
|
524
|
+
optional float display_brightness_adaptivemin = 24;
|
525
|
+
optional float display_brightness_adaptivemax = 25;
|
526
|
+
optional bool is_wifi_powersave_enabled = 26;
|
527
|
+
optional bool is_fan_control_available = 27;
|
528
|
+
optional .ESystemFanControlMode fan_control_mode = 28 [default = k_SystemFanControlMode_Invalid];
|
529
|
+
optional bool is_display_brightness_available = 29;
|
530
|
+
optional bool is_display_colormanagement_available = 31;
|
531
|
+
optional float display_colorgamut = 32;
|
532
|
+
optional float als_lux_alternate = 33;
|
533
|
+
optional bool is_display_colortemp_available = 34;
|
534
|
+
optional float display_colortemp = 35;
|
535
|
+
optional float display_colortemp_default = 36;
|
536
|
+
optional bool display_colortemp_enabled = 37;
|
537
|
+
optional .EColorGamutLabelSet display_colorgamut_labelset = 38 [default = k_ColorGamutLabelSet_Default];
|
538
|
+
}
|
539
|
+
|
540
|
+
message CMsgSelectOSBranchParams {
|
541
|
+
optional .EOSBranch branch = 1 [default = k_EOSBranch_Unknown];
|
542
|
+
optional string custom_branch = 2;
|
543
|
+
}
|
544
|
+
|
545
|
+
message CMsgSystemUpdateProgress {
|
546
|
+
optional float stage_progress = 1;
|
547
|
+
optional int64 stage_size_bytes = 2;
|
548
|
+
optional fixed32 rtime_estimated_completion = 3;
|
549
|
+
}
|
550
|
+
|
551
|
+
message CMsgSystemUpdateCheckResult {
|
552
|
+
optional .EUpdaterType type = 1 [default = k_EUpdaterType_Invalid];
|
553
|
+
optional uint32 eresult = 2 [default = 2];
|
554
|
+
optional fixed32 rtime_checked = 3;
|
555
|
+
optional bool available = 4;
|
556
|
+
optional string version = 5;
|
557
|
+
optional string auto_message = 6;
|
558
|
+
}
|
559
|
+
|
560
|
+
message CMsgSystemUpdateApplyParams {
|
561
|
+
repeated .EUpdaterType apply_types = 1;
|
562
|
+
}
|
563
|
+
|
564
|
+
message CMsgSystemUpdateApplyResult {
|
565
|
+
optional .EUpdaterType type = 1 [default = k_EUpdaterType_Invalid];
|
566
|
+
optional uint32 eresult = 2 [default = 2];
|
567
|
+
optional bool requires_client_restart = 3 [default = false];
|
568
|
+
optional bool requires_system_restart = 4 [default = false];
|
569
|
+
}
|
570
|
+
|
571
|
+
message CMsgSystemUpdateState {
|
572
|
+
optional .EUpdaterState state = 1 [default = k_EUpdaterState_Invalid];
|
573
|
+
optional .CMsgSystemUpdateProgress progress = 2;
|
574
|
+
repeated .CMsgSystemUpdateCheckResult update_check_results = 3;
|
575
|
+
repeated .CMsgSystemUpdateApplyResult update_apply_results = 4;
|
576
|
+
optional bool supports_os_updates = 5;
|
577
|
+
}
|
578
|
+
|
579
|
+
message CMsgAchievementChange {
|
580
|
+
optional uint32 appid = 1;
|
581
|
+
}
|
582
|
+
|
583
|
+
message CMsgCellList {
|
584
|
+
message Cell {
|
585
|
+
optional uint32 cell_id = 1;
|
586
|
+
optional string loc_name = 2;
|
587
|
+
}
|
588
|
+
|
589
|
+
repeated .CMsgCellList.Cell cells = 1;
|
590
|
+
}
|
591
|
+
|
592
|
+
message CMsgShortcutInfo {
|
593
|
+
optional uint32 appid = 1;
|
594
|
+
optional string exe = 2;
|
595
|
+
optional string start_dir = 3;
|
596
|
+
optional string icon = 4;
|
597
|
+
optional string path = 5;
|
598
|
+
optional string args = 6;
|
599
|
+
optional string app_name = 7;
|
600
|
+
optional uint32 override_appid = 8;
|
601
|
+
optional string flatpak_appid = 9;
|
602
|
+
repeated string tags = 10;
|
603
|
+
optional bool is_remote = 11;
|
604
|
+
optional bool is_hidden = 12;
|
605
|
+
optional bool is_temporary = 13;
|
606
|
+
optional bool is_openvr = 14;
|
607
|
+
optional bool allow_desktop_config = 15;
|
608
|
+
optional bool allow_overlay = 16;
|
609
|
+
optional uint32 rt_last_played_time = 17;
|
610
|
+
optional bool is_devkit_shortcut = 18;
|
611
|
+
optional string devkit_gameid = 19;
|
612
|
+
}
|
613
|
+
|
614
|
+
message CMsgShortcutAppIds {
|
615
|
+
repeated uint32 appids = 1;
|
616
|
+
}
|
617
|
+
|
618
|
+
message CMsgMonitorInfo {
|
619
|
+
message MonitorInfo {
|
620
|
+
required string monitor_device_name = 1;
|
621
|
+
required string monitor_display_name = 2;
|
622
|
+
}
|
623
|
+
|
624
|
+
required string selected_display_name = 1;
|
625
|
+
repeated .CMsgMonitorInfo.MonitorInfo monitors = 2;
|
626
|
+
}
|
627
|
+
|
628
|
+
message CMsgGenerateSystemReportReply {
|
629
|
+
optional string report_id = 1;
|
630
|
+
}
|
631
|
+
|
632
|
+
message CMsgWebUITransportInfo {
|
633
|
+
optional uint32 port = 1;
|
634
|
+
optional string auth_key = 2;
|
635
|
+
}
|
636
|
+
|
637
|
+
message CMsgClientShaderHitCacheEntry {
|
638
|
+
optional bytes key_sha = 1;
|
639
|
+
optional bytes code_sha = 2;
|
640
|
+
optional uint64 time_last_reported = 3;
|
641
|
+
}
|
642
|
+
|
643
|
+
message CMsgClientShaderHitCache {
|
644
|
+
repeated .CMsgClientShaderHitCacheEntry entries = 1;
|
645
|
+
}
|
@@ -1,26 +1,42 @@
|
|
1
|
-
import "steammessages_base.proto";
|
2
|
-
|
3
|
-
option optimize_for = SPEED;
|
4
|
-
option cc_generic_services = false;
|
5
|
-
|
6
|
-
message CMsgClientLANP2PRequestChunks {
|
7
|
-
message ChunkKey {
|
8
|
-
optional uint32 depot_id = 1;
|
9
|
-
optional bytes sha = 2;
|
10
|
-
}
|
11
|
-
|
12
|
-
repeated .CMsgClientLANP2PRequestChunks.ChunkKey chunk_keys = 1;
|
13
|
-
}
|
14
|
-
|
15
|
-
message CMsgClientLANP2PRequestChunksResponse {
|
16
|
-
message ChunkData {
|
17
|
-
optional uint32 result = 1;
|
18
|
-
optional uint32 depot_id = 2;
|
19
|
-
optional bytes sha = 3;
|
20
|
-
optional bytes chunk_data = 4;
|
21
|
-
optional bool encrypted = 5;
|
22
|
-
optional bool compressed = 6;
|
23
|
-
}
|
24
|
-
|
25
|
-
repeated .CMsgClientLANP2PRequestChunksResponse.ChunkData chunk_responses = 1;
|
26
|
-
}
|
1
|
+
import "steammessages_base.proto";
|
2
|
+
|
3
|
+
option optimize_for = SPEED;
|
4
|
+
option cc_generic_services = false;
|
5
|
+
|
6
|
+
message CMsgClientLANP2PRequestChunks {
|
7
|
+
message ChunkKey {
|
8
|
+
optional uint32 depot_id = 1;
|
9
|
+
optional bytes sha = 2;
|
10
|
+
}
|
11
|
+
|
12
|
+
repeated .CMsgClientLANP2PRequestChunks.ChunkKey chunk_keys = 1;
|
13
|
+
}
|
14
|
+
|
15
|
+
message CMsgClientLANP2PRequestChunksResponse {
|
16
|
+
message ChunkData {
|
17
|
+
optional uint32 result = 1;
|
18
|
+
optional uint32 depot_id = 2;
|
19
|
+
optional bytes sha = 3;
|
20
|
+
optional bytes chunk_data = 4;
|
21
|
+
optional bool encrypted = 5;
|
22
|
+
optional bool compressed = 6;
|
23
|
+
}
|
24
|
+
|
25
|
+
repeated .CMsgClientLANP2PRequestChunksResponse.ChunkData chunk_responses = 1;
|
26
|
+
}
|
27
|
+
|
28
|
+
message CMsgClientPeerChunkRequest {
|
29
|
+
optional uint32 app_id = 1;
|
30
|
+
optional uint32 depot_id = 2;
|
31
|
+
optional bytes sha = 3;
|
32
|
+
}
|
33
|
+
|
34
|
+
message CMsgClientPeerChunkResponse {
|
35
|
+
optional uint32 result = 1;
|
36
|
+
optional uint32 app_id = 2;
|
37
|
+
optional uint32 depot_id = 3;
|
38
|
+
optional bytes sha = 4;
|
39
|
+
optional bool encrypted = 5;
|
40
|
+
optional bool compressed = 6;
|
41
|
+
optional bytes chunk_data = 7;
|
42
|
+
}
|