C# 클래스 GSF.PhasorProtocols.DataCellBase

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

공개 메소드들

메소드 설명
GetObjectData ( SerializationInfo info, StreamingContext context ) : void

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

보호된 메소드들

메소드 설명
DataCellBase ( IDataFrame parent, IConfigurationCell configurationCell, ushort statusFlags, int maximumPhasors, int maximumAnalogs, int maximumDigitals ) : System

Creates a new DataCellBase from specified parameters.

DataCellBase ( SerializationInfo info, StreamingContext context ) : System

Creates a new DataCellBase from serialization parameters.

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

Parses the binary body image.

비공개 메소드들

메소드 설명
IDataCell ( ) : IMeasurement

메소드 상세

DataCellBase() 보호된 메소드

Creates a new DataCellBase from specified parameters.
protected DataCellBase ( IDataFrame parent, IConfigurationCell configurationCell, ushort statusFlags, int maximumPhasors, int maximumAnalogs, int maximumDigitals ) : System
parent IDataFrame The reference to parent of this .
configurationCell IConfigurationCell The associated with this .
statusFlags ushort The default status flags to apply to this .
maximumPhasors int Sets the maximum number of phasors for the collection.
maximumAnalogs int Sets the maximum number of phasors for the collection.
maximumDigitals int Sets the maximum number of phasors for the collection.
리턴 System

DataCellBase() 보호된 메소드

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