C# Class OGE.MeasurementStream.PointMetaDataInt64

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

Méthodes publiques

Свойство Type Description
PrevValue1 ulong
PrevValue2 ulong
PrevValue3 ulong

Méthodes publiques

Méthode Description
PointMetaDataInt64 ( ByteBuffer buffer, BitStream bitStream, MeasurementTypeCode code, int referenceId ) : System
ReadValue ( int code, UnionValues outValue ) : void
WriteValue ( UnionValues currentValue ) : void

Method Details

PointMetaDataInt64() public méthode

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

ReadValue() public méthode

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

WriteValue() public méthode

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

Property Details

PrevValue1 public_oe property

public ulong PrevValue1
Résultat ulong

PrevValue2 public_oe property

public ulong PrevValue2
Résultat ulong

PrevValue3 public_oe property

public ulong PrevValue3
Résultat ulong