C# 클래스 OGE.MeasurementStream.PointMetaData

파일 보기 프로젝트 열기: GridProtectionAlliance/gsf 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Code MeasurementTypeCode
PrevNextPointId1 int
PrevQuality1 uint
PrevQuality2 uint
ReferenceId int

보호된 프로퍼티들

프로퍼티 타입 설명
BitStream BitStream
Buffer ByteBuffer
Mode byte
Mode2_1 byte
Mode3_01 byte
Mode3_1 byte
Mode4_001 byte
Mode4_01 byte
Mode4_1 byte

공개 메소드들

메소드 설명
ReadCode ( BitStream bitStream ) : int
ReadValue ( int code, UnionValues outValue ) : void
TransformCode ( int &code, int &len ) : void
WriteValue ( UnionValues currentValue ) : void

보호된 메소드들

메소드 설명
PointMetaData ( ByteBuffer buffer, BitStream bitStream, MeasurementTypeCode code, int referenceId ) : System

비공개 메소드들

메소드 설명
AdaptCommands2 ( ) : void

메소드 상세

PointMetaData() 보호된 메소드

protected PointMetaData ( ByteBuffer buffer, BitStream bitStream, MeasurementTypeCode code, int referenceId ) : System
buffer ByteBuffer
bitStream BitStream
code MeasurementTypeCode
referenceId int
리턴 System

ReadCode() 공개 메소드

public ReadCode ( BitStream bitStream ) : int
bitStream BitStream
리턴 int

ReadValue() 공개 추상적인 메소드

public abstract ReadValue ( int code, UnionValues outValue ) : void
code int
outValue UnionValues
리턴 void

TransformCode() 공개 메소드

public TransformCode ( int &code, int &len ) : void
code int
len int
리턴 void

WriteValue() 공개 추상적인 메소드

public abstract WriteValue ( UnionValues currentValue ) : void
currentValue UnionValues
리턴 void

프로퍼티 상세

BitStream 보호되어 있는 프로퍼티

protected BitStream,OGE.MeasurementStream BitStream
리턴 BitStream

Buffer 보호되어 있는 프로퍼티

protected ByteBuffer Buffer
리턴 ByteBuffer

Code 공개적으로 프로퍼티

public MeasurementTypeCode Code
리턴 MeasurementTypeCode

Mode 보호되어 있는 프로퍼티

protected byte Mode
리턴 byte

Mode2_1 보호되어 있는 프로퍼티

protected byte Mode2_1
리턴 byte

Mode3_01 보호되어 있는 프로퍼티

protected byte Mode3_01
리턴 byte

Mode3_1 보호되어 있는 프로퍼티

protected byte Mode3_1
리턴 byte

Mode4_001 보호되어 있는 프로퍼티

protected byte Mode4_001
리턴 byte

Mode4_01 보호되어 있는 프로퍼티

protected byte Mode4_01
리턴 byte

Mode4_1 보호되어 있는 프로퍼티

protected byte Mode4_1
리턴 byte

PrevNextPointId1 공개적으로 프로퍼티

public int PrevNextPointId1
리턴 int

PrevQuality1 공개적으로 프로퍼티

public uint PrevQuality1
리턴 uint

PrevQuality2 공개적으로 프로퍼티

public uint PrevQuality2
리턴 uint

ReferenceId 공개적으로 프로퍼티

The local reference ID
public int ReferenceId
리턴 int