Skip to content

Quirks ​

Defines the quirks of a remote game connection.

Kind: Enum

Namespace: ConnectorLib.SimplePipeline

Inheritance: IComparable → IConvertible → IFormattable → ISpanFormattable

Public Attributes

Quirks

None

No quirks. The connection is clean and only contains valid SimpleJSON messages.

Quirks

IgnoreNonJSON

Ignore non-JSON messages. This is used for connections which may contain other types of messages.

Quirks

IgnoreBadJSON

Ignore bad JSON messages. This is used for connections which may contain malformed or non-SimpleJSON messages.

Quirks

DirtyChannel

Ignore both non-JSON and bad JSON messages.

Enums

Quirks

[None = 0, IgnoreNonJSON = 1, IgnoreBadJSON = 2, DirtyChannel = 3]

Defines the quirks of a remote game connection.