C# Class OGE.MeasurementStream.PointMetaData

Afficher le fichier Open project: GridProtectionAlliance/gsf Class Usage Examples

Méthodes publiques

Свойство Type Description
Code MeasurementTypeCode
PrevNextPointId1 int
PrevQuality1 uint
PrevQuality2 uint
ReferenceId int

Protected Properties

Свойство Type Description
BitStream BitStream
Buffer ByteBuffer
Mode byte
Mode2_1 byte
Mode3_01 byte
Mode3_1 byte
Mode4_001 byte
Mode4_01 byte
Mode4_1 byte

Méthodes publiques

Méthode Description
ReadCode ( BitStream bitStream ) : int
ReadValue ( int code, UnionValues outValue ) : void
TransformCode ( int &code, int &len ) : void
WriteValue ( UnionValues currentValue ) : void

Méthodes protégées

Méthode Description
PointMetaData ( ByteBuffer buffer, BitStream bitStream, MeasurementTypeCode code, int referenceId ) : System

Private Methods

Méthode Description
AdaptCommands2 ( ) : void

Method Details

PointMetaData() protected méthode

protected PointMetaData ( ByteBuffer buffer, BitStream bitStream, MeasurementTypeCode code, int referenceId ) : System
buffer ByteBuffer
bitStream BitStream
code MeasurementTypeCode
referenceId int
Résultat System

ReadCode() public méthode

public ReadCode ( BitStream bitStream ) : int
bitStream BitStream
Résultat int

ReadValue() public abstract méthode

public abstract ReadValue ( int code, UnionValues outValue ) : void
code int
outValue UnionValues
Résultat void

TransformCode() public méthode

public TransformCode ( int &code, int &len ) : void
code int
len int
Résultat void

WriteValue() public abstract méthode

public abstract WriteValue ( UnionValues currentValue ) : void
currentValue UnionValues
Résultat void

Property Details

BitStream protected_oe property

protected BitStream,OGE.MeasurementStream BitStream
Résultat BitStream

Buffer protected_oe property

protected ByteBuffer Buffer
Résultat ByteBuffer

Code public_oe property

public MeasurementTypeCode Code
Résultat MeasurementTypeCode

Mode protected_oe property

protected byte Mode
Résultat byte

Mode2_1 protected_oe property

protected byte Mode2_1
Résultat byte

Mode3_01 protected_oe property

protected byte Mode3_01
Résultat byte

Mode3_1 protected_oe property

protected byte Mode3_1
Résultat byte

Mode4_001 protected_oe property

protected byte Mode4_001
Résultat byte

Mode4_01 protected_oe property

protected byte Mode4_01
Résultat byte

Mode4_1 protected_oe property

protected byte Mode4_1
Résultat byte

PrevNextPointId1 public_oe property

public int PrevNextPointId1
Résultat int

PrevQuality1 public_oe property

public uint PrevQuality1
Résultat uint

PrevQuality2 public_oe property

public uint PrevQuality2
Résultat uint

ReferenceId public_oe property

The local reference ID
public int ReferenceId
Résultat int