C# Класс GSF.TimeSeries.Transport.DataSubscriber.UserCommandArgs

EventArgs implementation for handling user commands.
Наследование: System.EventArgs
Показать файл Открыть проект

Открытые методы

Метод Описание
UserCommandArgs ( ServerCommand command, ServerResponse response, byte buffer, int startIndex, int length ) : System

Creates a new instance of the UserCommandArgs class.

Описание методов

UserCommandArgs() публичный Метод

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