C# 클래스 GSF.PhasorProtocols.CommandCell

상속: ChannelCellBase, ICommandCell
파일 보기 프로젝트 열기: GridProtectionAlliance/gsf

공개 메소드들

메소드 설명
CommandCell ( ICommandFrame parent, byte extendedDataByte ) : System

Creates a new CommandCell from specified parameters.

GetObjectData ( SerializationInfo info, StreamingContext context ) : void

Populates a SerializationInfo with the data needed to serialize the target object.

보호된 메소드들

메소드 설명
CommandCell ( SerializationInfo info, StreamingContext context ) : System

Creates a new CommandCell from serialization parameters.

ParseBodyImage ( byte buffer, int startIndex, int length ) : int

Parses the binary body image.

비공개 메소드들

메소드 설명
CreateNewCell ( IChannelFrame parent, IChannelFrameParsingState state, int index, byte buffer, int startIndex, int &parsedLength ) : ICommandCell

메소드 상세

CommandCell() 공개 메소드

Creates a new CommandCell from specified parameters.
public CommandCell ( ICommandFrame parent, byte extendedDataByte ) : System
parent ICommandFrame A reference to the parent for this .
extendedDataByte byte Extended data that represents this .
리턴 System

CommandCell() 보호된 메소드

Creates a new CommandCell from serialization parameters.
protected CommandCell ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo The with populated with data.
context System.Runtime.Serialization.StreamingContext The source for this deserialization.
리턴 System

GetObjectData() 공개 메소드

Populates a SerializationInfo with the data needed to serialize the target object.
public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info System.Runtime.Serialization.SerializationInfo The to populate with data.
context System.Runtime.Serialization.StreamingContext The destination for this serialization.
리턴 void

ParseBodyImage() 보호된 메소드

Parses the binary body image.
protected ParseBodyImage ( byte buffer, int startIndex, int length ) : int
buffer byte Binary image to parse.
startIndex int Start index into to begin parsing.
length int Length of valid data within .
리턴 int