C# Class Sharpcraft.Networking.Packets.TransactionPacket

Inheritance: Packet
Afficher le fichier Open project: SijmenSchoon/Sharpcraft Class Usage Examples

Méthodes publiques

Свойство Type Description
Accepted bool
Action System.Int16
Action short
WindowID sbyte

Méthodes publiques

Méthode Description
TransactionPacket ( sbyte windowId, Int16 action, bool accepted = false ) : System

Method Details

TransactionPacket() public méthode

public TransactionPacket ( sbyte windowId, Int16 action, bool accepted = false ) : System
windowId sbyte
action System.Int16
accepted bool
Résultat System

Property Details

Accepted public_oe property

public bool Accepted
Résultat bool

Action public_oe property

public Int16,System Action
Résultat System.Int16

Action public_oe property

public short Action
Résultat short

WindowID public_oe property

public sbyte WindowID
Résultat sbyte