프로퍼티 | 타입 | 설명 | |
---|---|---|---|
m_quality | EnumQuality | ||
m_timeStamp | DateTime |
메소드 | 설명 | |
---|---|---|
IsQualitySet ( ) : bool |
Specifies whether the Quality of a ValueQT object is set.
|
|
IsTimeStampSet ( ) : bool |
Specifies whether the TimeStamp of a ValueQT object is set.
|
|
SetData ( object aData, EnumQuality aQuality, DateTime aTimeStamp ) : void |
Sets the value, quality and time stamp of a ValueQT.
|
|
ToString ( ) : string |
Returns the string representation of a ValueQT object.
|
|
ValueQT ( ) : System |
Initializes a new instance of the ValueQT class. The data inside it is null, the quality is EnumQuality.BAD_WAITING_FOR_INITIAL_DATA and the timestamp is a new instance of the DateTime object.
|
|
ValueQT ( object aData, EnumQuality aQuality, DateTime aTimeStamp ) : System |
Initializes a new instance of the ValueQT class with the value indicated by a process variable value, the value quality and the time the value was obtained by the device or by the server's cache.
|
메소드 | 설명 | |
---|---|---|
ValueQT ( OTValueData &anOtValueData ) : System |
public SetData ( object aData, EnumQuality aQuality, DateTime aTimeStamp ) : void | ||
aData | object | |
aQuality | EnumQuality | |
aTimeStamp | DateTime | |
리턴 | void |
public ValueQT ( object aData, EnumQuality aQuality, DateTime aTimeStamp ) : System | ||
aData | object | |
aQuality | EnumQuality | |
aTimeStamp | DateTime | |
리턴 | System |