C# Class OGE.MeasurementStream.PointMetaData

Datei anzeigen Open project: GridProtectionAlliance/gsf Class Usage Examples

Public Properties

Property Type Description
Code MeasurementTypeCode
PrevNextPointId1 int
PrevQuality1 uint
PrevQuality2 uint
ReferenceId int

Protected Properties

Property 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

Public Methods

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

Protected Methods

Method Description
PointMetaData ( ByteBuffer buffer, BitStream bitStream, MeasurementTypeCode code, int referenceId ) : System

Private Methods

Method Description
AdaptCommands2 ( ) : void

Method Details

PointMetaData() protected method

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

ReadCode() public method

public ReadCode ( BitStream bitStream ) : int
bitStream BitStream
return int

ReadValue() public abstract method

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

TransformCode() public method

public TransformCode ( int &code, int &len ) : void
code int
len int
return void

WriteValue() public abstract method

public abstract WriteValue ( UnionValues currentValue ) : void
currentValue UnionValues
return void

Property Details

BitStream protected_oe property

protected BitStream,OGE.MeasurementStream BitStream
return BitStream

Buffer protected_oe property

protected ByteBuffer Buffer
return ByteBuffer

Code public_oe property

public MeasurementTypeCode Code
return MeasurementTypeCode

Mode protected_oe property

protected byte Mode
return byte

Mode2_1 protected_oe property

protected byte Mode2_1
return byte

Mode3_01 protected_oe property

protected byte Mode3_01
return byte

Mode3_1 protected_oe property

protected byte Mode3_1
return byte

Mode4_001 protected_oe property

protected byte Mode4_001
return byte

Mode4_01 protected_oe property

protected byte Mode4_01
return byte

Mode4_1 protected_oe property

protected byte Mode4_1
return byte

PrevNextPointId1 public_oe property

public int PrevNextPointId1
return int

PrevQuality1 public_oe property

public uint PrevQuality1
return uint

PrevQuality2 public_oe property

public uint PrevQuality2
return uint

ReferenceId public_oe property

The local reference ID
public int ReferenceId
return int