Skip to content

SimpleJSONResponse ​

A message from the game mod to the Crowd Control client.

Kind: Class

Namespace: ConnectorLib.JSON

Inheritance: SimpleJSONMessage

Public Constructors

SimpleJSONResponse()

Public Static Functions

bool

TryParse(string json, SimpleJSONResponse out response)

Parses a response object from a serialized string.

bool

TryParse(JObject j, SimpleJSONResponse out response)

Parses a response object from a serialized string.

Public Attributes

uint

id

ResponseType

type

The type of message being sent.

Properties

uint

ID

[get, ]

bool

IsKeepAlive

[get, ]

static

SimpleJSONResponse

KeepAlive

[get, ]

A keep-alive message instance.