C# 클래스 openHistorian.Data.Query.SignalDataUnknown

This type of signal only supports reading and writing data via its raw type. Type conversions are not supported since its origional type is unknown.
상속: SignalDataBase
파일 보기 프로젝트 열기: GridProtectionAlliance/openHistorian 1 사용 예제들

공개 메소드들

메소드 설명
AddDataRaw ( ulong time, ulong value ) : void

Adds a value to the signal in its raw 64-bit format.

GetDataRaw ( int index, ulong &time, ulong &value ) : void

Gets a value from the signal with the provided index in its raw 64-bit format.

GetDate ( int index ) : ulong
SignalDataUnknown ( ) : System

메소드 상세

AddDataRaw() 공개 메소드

Adds a value to the signal in its raw 64-bit format.
public AddDataRaw ( ulong time, ulong value ) : void
time ulong the time value to consider
value ulong the 64-bit value
리턴 void

GetDataRaw() 공개 메소드

Gets a value from the signal with the provided index in its raw 64-bit format.
public GetDataRaw ( int index, ulong &time, ulong &value ) : void
index int The zero based index of the position
time ulong an output field for the time
value ulong an output field for the raw 64-bit value
리턴 void

GetDate() 공개 메소드

public GetDate ( int index ) : ulong
index int
리턴 ulong

SignalDataUnknown() 공개 메소드

public SignalDataUnknown ( ) : System
리턴 System