C# Class Sharpcraft.Networking.Packets.PluginMessagePacket

Inheritance: Packet
Show file Open project: SijmenSchoon/Sharpcraft Class Usage Examples

Public Properties

Property Type Description
Channel string
Data sbyte[]
Length System.Int16
Length short

Public Methods

Method Description
PluginMessagePacket ( string channel = null, Int16 length, sbyte data = null ) : System

Method Details

PluginMessagePacket() public method

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

Property Details

Channel public property

public string Channel
return string

Data public property

public sbyte[] Data
return sbyte[]

Length public property

public Int16,System Length
return System.Int16

Length public property

public short Length
return short