FMIceLinkCircularBuffer Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | FMIceLinkCircularBuffer.h FMIceLinkCircularBuffer.m |
– available
Gets the number of bytes available for reading.
- (int)availableDiscussion
Gets the number of bytes available for reading.
Declared In
FMIceLinkCircularBuffer.h
+ circularBufferWithLength:latency:
Initializes a new instance of the FMIceLinkCircularBuffer class.
+ (FMIceLinkCircularBuffer *)circularBufferWithLength:(int)length latency:(int)latencyDiscussion
Initializes a new instance of the FMIceLinkCircularBuffer class.
Declared In
FMIceLinkCircularBuffer.h
+ circularBufferWithLength:latency:littleEndian:
Initializes a new instance of the FMIceLinkCircularBuffer class.
+ (FMIceLinkCircularBuffer *)circularBufferWithLength:(int)length latency:(int)latency littleEndian:(bool)littleEndianDiscussion
Initializes a new instance of the FMIceLinkCircularBuffer class.
Declared In
FMIceLinkCircularBuffer.h
– initWithLength:latency:littleEndian:
Initializes a new instance of the FMIceLinkCircularBuffer class.
- (instancetype)initWithLength:(int)length latency:(int)latency littleEndian:(bool)littleEndianDiscussion
Initializes a new instance of the FMIceLinkCircularBuffer class.
Declared In
FMIceLinkCircularBuffer.h
– latency
Gets the latency.
- (int)latencyDiscussion
Gets the latency.
Declared In
FMIceLinkCircularBuffer.h
– length
Gets the length.
- (int)lengthDiscussion
Gets the length.
Declared In
FMIceLinkCircularBuffer.h
– littleEndian
Gets whether the data is little-endian.
- (bool)littleEndianDiscussion
Gets whether the data is little-endian.
Declared In
FMIceLinkCircularBuffer.h
– readOffset
Gets the read offset.
- (int)readOffsetDiscussion
Gets the read offset.
Declared In
FMIceLinkCircularBuffer.h
– readWithLength:
Reads data from the buffer.
- (FMIceLinkDataBuffer *)readWithLength:(int)lengthParameters
length |
The number of bytes to read. |
|---|
Discussion
Reads data from the buffer.
Declared In
FMIceLinkCircularBuffer.h
– writeOffset
Gets the read offset.
- (int)writeOffsetDiscussion
Gets the read offset.
Declared In
FMIceLinkCircularBuffer.h
– writeWithBuffer:
Writes data to the buffer.
- (void)writeWithBuffer:(FMIceLinkDataBuffer *)bufferParameters
buffer |
The data to write. |
|---|
Discussion
Writes data to the buffer.
Declared In
FMIceLinkCircularBuffer.h