Click or drag to resize

CircularBuffer Class

A circular buffer.
Inheritance Hierarchy
SystemObject
  FM.IceLinkCircularBuffer

Namespace:  FM.IceLink
Assembly:  FM.IceLink (in FM.IceLink.dll) Version: 3.2.2.607 (3.2.2.607)

The CircularBuffer type exposes the following members.

Constructors
  NameDescription
Public methodCircularBuffer(Int32, Int32)
Initializes a new instance of the CircularBuffer class.
Public methodCircularBuffer(Int32, Int32, Boolean)
Initializes a new instance of the CircularBuffer class.
Top
Properties
  NameDescription
Public propertyAvailable
Gets the number of bytes available for reading.
Public propertyLatency
Gets the latency.
Public propertyLength
Gets the length.
Public propertyLittleEndian
Gets or sets whether the data is little-endian.
Public propertyReadOffset
Gets the read offset.
Public propertyWriteOffset
Gets the read offset.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRead
Reads data from the buffer.
Public methodToString (Inherited from Object.)
Public methodWrite
Writes data to the buffer.
Top
See Also