C# 클래스 Opc.Ua.Server.AggregateCalculator.SubRegion

A subset of a slice bounded by two raw data points.
파일 보기 프로젝트 열기: OPCFoundation/UA-.NET

공개 프로퍼티들

프로퍼티 타입 설명
DataPoint DataValue
StartTime System.DateTime
StatusCode StatusCode

프로퍼티 상세

DataPoint 공개적으로 프로퍼티

The data point at the start of the region.
public DataValue DataPoint
리턴 DataValue

StartTime 공개적으로 프로퍼티

The timestamp at the start of the region.
public DateTime,System StartTime
리턴 System.DateTime

StatusCode 공개적으로 프로퍼티

The status for the region.
public StatusCode StatusCode
리턴 StatusCode