C# Class cs_elbot.TCPWrapper.GotCommandEventArgs

Inheritance: System.EventArgs
Exibir arquivo Open project: Sir-Odie/CS-ELBot Class Usage Examples

Public Properties

Property Type Description
CommandBuffer byte[]

Public Methods

Method Description
GotCommandEventArgs ( byte Buffer ) : System

Method Details

GotCommandEventArgs() public method

public GotCommandEventArgs ( byte Buffer ) : System
Buffer byte
return System

Property Details

CommandBuffer public_oe property

public byte[] CommandBuffer
return byte[]