Data Type Impl
Base class for implementation of DataType.
Use for streaming data and custom data type views.
If RemoteViews are being updated in startView
, DataType.graphical should be true.
See also
Samples
dataTypeImplUsagevisualDataTypeImplUsageFunctions
Link copied to clipboard
Start emitting StreamState events for this data type. This is required for use as a standard numeric view or if any data from this data type needs to be consumed by the custom view or another data type.
Link copied to clipboard
Start emitting ViewEvent events and RemoteViews for this data type's custom view.