Cocop.MessageSerialiser.Meas (C#)
2.0.0
API to encode industrial data as standard-based messages
|
Abstract base class for items. More...
Public Member Functions | |
abstract string | ToDisplayString () |
Creates a string presentation of the value of the item. This method is intended for scenarios where it is desirable to give a hint about the value without casting to the actual type. More... | |
Protected Member Functions | |
Item (string typeUri) | |
Constructor. More... | |
Abstract base class for items.
|
protected |
Constructor.
typeUri | The URI that specifies the observation type. |
|
pure virtual |
Creates a string presentation of the value of the item. This method is intended for scenarios where it is desirable to give a hint about the value without casting to the actual type.
Implemented in Cocop.MessageSerialiser.Meas.Item_DataRecord, Cocop.MessageSerialiser.Meas.Item_Array, Cocop.MessageSerialiser.Meas.Item_TimeSeriesConstant, Cocop.MessageSerialiser.Meas.Item_TimeRange, Cocop.MessageSerialiser.Meas.Item_TimeSeriesFlexible, Cocop.MessageSerialiser.Meas.Item_TimeInstant, Cocop.MessageSerialiser.Meas.Item_CategoryRange, Cocop.MessageSerialiser.Meas.Item_Measurement, Cocop.MessageSerialiser.Meas.Item_MeasurementRange, Cocop.MessageSerialiser.Meas.Item_CountRange, Cocop.MessageSerialiser.Meas.Item_Category, Cocop.MessageSerialiser.Meas.Item_Count, Cocop.MessageSerialiser.Meas.Item_Boolean, and Cocop.MessageSerialiser.Meas.Item_Text.