|
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.TimeSeriesAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.305-beta
Syntaxpublic byte Flags { get; set; }Public Property Flags As Byte
Get
Set
member Flags : byte with get, set
function get_Flags();
function set_Flags(value);
View SourceProperty 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