Streaming Item
A streaming item represents a statically-defined or pre-negotiated packing of scalar item values in such a way that they can be efficiently streamed.
The contents and ordering of the values in a streaming item are defined by a streaming structured item.
Streaming items are transported between devices using a streaming transport mechanism, and are never present in a static UDR file.
Attributes
Streaming Structured Item (Required)
Indicates the id of the defined streaming structured item which describes the contents and ordering of the values in the data of this item.
Data (Required)
An array of octets containing the packed values for this item.
Children
Streaming items may not have any children.
Markup
UDR Type:
streamingitem
Members:
Key
Value Type
Represents
streamingstructureditem
string
data
binary
Example:
{
"udrtype": "streamingitem",
"streamingstructureditem": "standard-mode",
"data": "0000FFFF00000000"
}