C# 클래스 GSF.TimeSeries.Transport.DataSubscriber.UserCommandArgs

EventArgs implementation for handling user commands.
상속: System.EventArgs
파일 보기 프로젝트 열기: GridProtectionAlliance/gsf

공개 메소드들

메소드 설명
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