Click or drag to resize

BufferBlockBuffer Property

.NET STTP API
Gets measurement buffer as an atomic unit of data, i.e., a binary buffer.

Namespace: sttp.transport
Assembly: sttp.net (in sttp.net.dll) Version: 1.0.0
Syntax
public byte[]? Buffer { get; set; }
Request Example View Source

Property Value

Byte
Remarks
This buffer typically represents a partial image of a larger whole.
See Also