EGDL2 2.1
Loading...
Searching...
No Matches
Enablegames.TrackerMessage Class Reference

Represents a message sent by the Tracker. More...

Public Member Functions

string JSONString ()
 Converts the TrackerMessage object to its JSON string representation.
 

Static Public Member Functions

static TrackerMessage FromJSON (string json)
 Converts a JSON string to a TrackerMessage object.
 

Detailed Description

Represents a message sent by the Tracker.

Member Function Documentation

◆ FromJSON()

static TrackerMessage Enablegames.TrackerMessage.FromJSON ( string json)
inlinestatic

Converts a JSON string to a TrackerMessage object.

Parameters
jsonThe JSON string to convert.
Returns
The TrackerMessage object created from the JSON string.
Here is the call graph for this function:

◆ JSONString()

string Enablegames.TrackerMessage.JSONString ( )
inline

Converts the TrackerMessage object to its JSON string representation.

Returns
The JSON string representation of the TrackerMessage object.

The documentation for this class was generated from the following file: