DataElement

data class DataElement(val nameSpaceName: String, val dataElementName: String, val intentToRetain: Boolean, var doNotSend: Boolean = false)

An abstraction of a piece of data to request.

Parameters

nameSpaceName

the namespace name for the data element.

dataElementName

the data element name.

intentToRetain

whether the remote reader intends to retain the data.

doNotSend

Whether the data element should not be sent to the remote reader.

Constructors

Link copied to clipboard
constructor(nameSpaceName: String, dataElementName: String, intentToRetain: Boolean, doNotSend: Boolean = false)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard