Skip to content

MemoryBufferConnector.BufferStatus ​

Defines the status of a buffer.

Kind: Enum

Namespace: ConnectorLib.Inject

Inheritance: IComparable → IConvertible → IFormattable → ISpanFormattable

Public Attributes

BufferStatus

ReadyToWrite

The buffer is ready to be written to.

BufferStatus

ReadyToRead

The buffer is ready to be read from.

BufferStatus

Busy

The buffer is busy.

Enums

MemoryBufferConnector.BufferStatus

[ReadyToWrite = 0, ReadyToRead = 1, Busy = 2]

Defines the status of a buffer.