Table of Contents

Class InvalidPacketPacket

Namespace
Archipelago.MultiClient.Net.Packets
Assembly
Archipelago.MultiClient.Net.dll
public class InvalidPacketPacket : ArchipelagoPacketBase
Inheritance
InvalidPacketPacket
Inherited Members

Properties

ErrorText

[JsonProperty("text")]
public string ErrorText { get; set; }

Property Value

string

ErrorType

[JsonProperty("type")]
public InvalidPacketErrorType ErrorType { get; set; }

Property Value

InvalidPacketErrorType

OriginalCmd

[JsonProperty("original_cmd")]
public ArchipelagoPacketType OriginalCmd { get; set; }

Property Value

ArchipelagoPacketType

PacketType

public override ArchipelagoPacketType PacketType { get; }

Property Value

ArchipelagoPacketType