Метод | Описание | |
---|---|---|
UserCommandArgs ( ServerCommand command, ServerResponse response, byte buffer, int startIndex, int length ) : System |
Creates a new instance of the UserCommandArgs class.
|
public UserCommandArgs ( ServerCommand command, ServerResponse response, byte buffer, int startIndex, int length ) : System | ||
command | ServerCommand | The code for the user command. |
response | ServerResponse | The code for the server's response. |
buffer | byte | Buffer containing the message from the server. |
startIndex | int | Index into the buffer used to skip the header. |
length | int | The length of the message in the buffer, including the header. |
Результат | System |