C# Class cs_elbot.TCPWrapper.SentCommandEventArgs

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

Public Properties

Property Type Description
CommandBuffer byte[]

Public Methods

Method Description
SentCommandEventArgs ( byte Buffer ) : System

Method Details

SentCommandEventArgs() public method

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

Property Details

CommandBuffer public_oe property

public byte[] CommandBuffer
return byte[]