RemoteClientSteamClient

This class is auto-generated

Constructors

Link copied to clipboard
constructor(unifiedMessages: SteamUnifiedMessages)

Properties

Link copied to clipboard
open override val serviceName: String

The name of the steam unified messages service.

Link copied to clipboard

A reference to the SteamUnifiedMessages instance this service was created from.

Functions

Link copied to clipboard
open override fun handleNotificationMsg(methodName: String, packetMsg: PacketClientMsgProtobuf)

Handles a notification message for this service. This should not be called directly.

Link copied to clipboard
open override fun handleResponseMsg(methodName: String, packetMsg: PacketClientMsgProtobuf)

Handles a response message for this service. This should not be called directly.

Link copied to clipboard
fun notifyRegisterStatusUpdate(request: SteammessagesRemoteclientServiceMessages.CRemoteClient_RegisterStatusUpdate_Notification)
Link copied to clipboard
fun notifyRemotePacket(request: SteammessagesRemoteclientServiceMessages.CRemoteClient_RemotePacket_Notification)
Link copied to clipboard
fun notifyRemotePlayTogetherPacket(request: SteammessagesRemoteclientServiceMessages.CRemotePlayTogether_Notification)
Link copied to clipboard
fun notifySteamBroadcastPacket(request: SteammessagesRemoteclientServiceMessages.CRemoteClient_SteamBroadcast_Notification)
Link copied to clipboard
fun notifySteamToSteamPacket(request: SteammessagesRemoteclientServiceMessages.CRemoteClient_SteamToSteam_Notification)
Link copied to clipboard
fun notifyTaskList(request: SteammessagesRemoteclientServiceMessages.CRemoteClient_TaskList_Notification)
Link copied to clipboard
fun notifyUnregisterStatusUpdate(request: SteammessagesRemoteclientServiceMessages.CRemoteClient_UnregisterStatusUpdate_Notification)