Errata exists for this version of the document.
This Structure DataType is used to represent the DataSetWriter parameters. The DataSetWriterDataType is formally defined in Table 17.
Table 17 – DataSetWriterDataType Structure
Name |
Type |
Description |
DataSetWriterDataType |
Structure |
|
name |
String |
The name of the DataSetWriter. |
enabled |
Boolean |
The enabled state of the DataSetWriter. |
dataSetWriterId |
UInt16 |
Defined in 6.2.3.1. |
dataSetFieldContentMask |
DataSetFieldContentMask |
Defined in 6.2.3.2. |
keyFrameCount |
UInt32 |
Defined in 6.2.3.3. |
dataSetName |
String |
The name of the corresponding PublishedDataSet. |
dataSetWriterProperties |
KeyValuePair[] |
Defined in 6.2.3.4. |
transportSettings |
DataSetWriterTransportDataType |
Transport mapping specific DataSetWriter parameters. The abstract base type is defined in 6.2.3.5.2. The concrete subtypes are defined in the sections for transport mapping specific parameters. |
messageSettings |
DataSetWriterMessageDataType |
DataSetMessage mapping specific DataSetWriter parameters. The abstract base type is defined in 6.2.3.5.3. The concrete subtypes are defined in the sections for message mapping specific parameters. |