RecvBuffer StructureNaiad Help

[This is preliminary documentation and is subject to change.]

Represents a growable segment of an array, used for deserialization.

Namespace: Microsoft.Research.Naiad.Serialization
Assembly: Microsoft.Research.Naiad (in Microsoft.Research.Naiad.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax

C#
public struct RecvBuffer

The RecvBuffer type exposes the following members.

Fields

  NameDescription
Public fieldBuffer
The array that backs this buffer.
Public fieldCurrentPos
The current offset in the backing array.
Public fieldEnd
The offset (in the backing array) of the first byte after the end of this buffer.
Top
Properties

  NameDescription
Public propertyAvailable
The number of bytes that have not been consumed from this buffer.
Top
See Also

Reference