 | TVQ(DateTime, Object, UInt16) Constructor |
Initializes data object for tag with specified time, value, and quality.
Namespace: AxiomCore2.DataAssembly: Canary.Axiom.Session (in Canary.Axiom.Session.exe) Version: 24.2.0.25008+ff8e4aa4099a8ee136cc622cd96d64cb655090d8
Syntaxpublic TVQ(
DateTime timestamp,
Object? value,
ushort quality
)
Parameters
- timestamp DateTime
- Time the data was recorded.
- value Object
- Value of the data.
- quality UInt16
- Quality indicator of the data.
See Also