Click or drag to resize

BufferBlockMeasurementFlags Property

Gets or sets the raw buffer-block flag byte as it appeared on the wire (IEEE Std 2664-2024 Table 8). On receive, this carries the publisher's full intent (REQUIRE CONFIRMATION, COMPRESSED, CACHE INDEX, etc.); on send, this field is unused by the wire codec - the codec constructs the byte from RequireConfirmation and other per-block state.

Namespace: GSF.TimeSeries
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.305-beta
Syntax
public byte Flags { get; set; }
View Source

Property Value

Byte
Remarks
Stored as a raw Byte so this assembly need not take a dependency on the STTP flag enum. Cast to BufferBlockFlags at the call site if structured inspection is needed.
See Also