C# Class Sharpcraft.Networking.Packets.PluginMessagePacket

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

Méthodes publiques

Свойство Type Description
Channel string
Data sbyte[]
Length System.Int16
Length short

Méthodes publiques

Méthode Description
PluginMessagePacket ( string channel = null, Int16 length, sbyte data = null ) : System

Method Details

PluginMessagePacket() public méthode

public PluginMessagePacket ( string channel = null, Int16 length, sbyte data = null ) : System
channel string
length System.Int16
data sbyte
Résultat System

Property Details

Channel public_oe property

public string Channel
Résultat string

Data public_oe property

public sbyte[] Data
Résultat sbyte[]

Length public_oe property

public Int16,System Length
Résultat System.Int16

Length public_oe property

public short Length
Résultat short