C# Класс GSF.PhasorProtocols.HeaderCell

Наследование: ChannelCellBase, IHeaderCell
Показать файл Открыть проект

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

Метод Описание
GetObjectData ( SerializationInfo info, StreamingContext context ) : void

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

HeaderCell ( IHeaderFrame parent, byte character ) : System

Creates a new HeaderCell from specified parameters.

Защищенные методы

Метод Описание
HeaderCell ( SerializationInfo info, StreamingContext context ) : System

Creates a new HeaderCell 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 ) : IHeaderCell

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

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

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

Creates a new HeaderCell from specified parameters.
public HeaderCell ( IHeaderFrame parent, byte character ) : System
parent IHeaderFrame A reference to the parent for this .
character byte ASCII character as a that represents this .
Результат System

HeaderCell() защищенный Метод

Creates a new HeaderCell from serialization parameters.
protected HeaderCell ( 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

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