C# Class TestData.HistoryRecord

A record in the archive.
ファイルを表示 Open project: OPCFoundation/UA-.NET Class Usage Examples

Public Properties

Property Type Description
DataType BuiltInType
Historizing bool
RawData List

Property Details

DataType public_oe property

public BuiltInType DataType
return BuiltInType

Historizing public_oe property

public bool Historizing
return bool

RawData public_oe property

public List RawData
return List