MessageObject

open class MessageObject

Represents a KeyValue backed MessageObject structure, which are often sent by the Steam servers.

Inheritors

Constructors

Link copied to clipboard
constructor(keyValues: KeyValue)
Initializes a new instance of the MessageObject class, using the provided KeyValues object.
constructor()
Initializes a new instance of the MessageObject class with an empty inner KeyValues.

Functions

Link copied to clipboard
Populates this MessageObject instance from the data inside the given stream.
Link copied to clipboard
open fun writeToStream(stream: OutputStream)
Writes this MessageObject instance to the given stream.