FMIceLinkFirEntry Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | FMIceLinkFirEntry.h FMIceLinkFirEntry.m |
– dataBuffer
Gets the backing data buffer.
- (FMIceLinkDataBuffer *)dataBufferDiscussion
Gets the backing data buffer.
Declared In
FMIceLinkFirEntry.h
+ firEntryWithDataBuffer:
Initializes a new instance of the FMIceLinkFirEntry class.
+ (FMIceLinkFirEntry *)firEntryWithDataBuffer:(FMIceLinkDataBuffer *)dataBufferParameters
dataBuffer |
The data buffer. |
|---|
Discussion
Initializes a new instance of the FMIceLinkFirEntry class.
Declared In
FMIceLinkFirEntry.h
+ firEntryWithSequenceNumber:
Initializes a new instance of the FMIceLinkFirEntry class.
+ (FMIceLinkFirEntry *)firEntryWithSequenceNumber:(int)sequenceNumberParameters
sequenceNumber |
The sequence number. |
|---|
Discussion
Initializes a new instance of the FMIceLinkFirEntry class.
Declared In
FMIceLinkFirEntry.h
+ firEntryWithSequenceNumber:synchronizationSource:
Initializes a new instance of the FMIceLinkFirEntry class.
+ (FMIceLinkFirEntry *)firEntryWithSequenceNumber:(int)sequenceNumber synchronizationSource:(long long)synchronizationSourceParameters
sequenceNumber |
The sequence number. |
|---|---|
synchronizationSource |
The synchronization source. |
Discussion
Initializes a new instance of the FMIceLinkFirEntry class.
Declared In
FMIceLinkFirEntry.h
+ fixedPayloadLength
Gets the fixed length of an FIR entry.
+ (int)fixedPayloadLengthDiscussion
Gets the fixed length of an FIR entry.
Declared In
FMIceLinkFirEntry.h
– initWithDataBuffer:
Initializes a new instance of the FMIceLinkFirEntry class.
- (instancetype)initWithDataBuffer:(FMIceLinkDataBuffer *)dataBufferParameters
dataBuffer |
The data buffer. |
|---|
Discussion
Initializes a new instance of the FMIceLinkFirEntry class.
Declared In
FMIceLinkFirEntry.h
– initWithSequenceNumber:
Initializes a new instance of the FMIceLinkFirEntry class.
- (instancetype)initWithSequenceNumber:(int)sequenceNumberParameters
sequenceNumber |
The sequence number. |
|---|
Discussion
Initializes a new instance of the FMIceLinkFirEntry class.
Declared In
FMIceLinkFirEntry.h
– initWithSequenceNumber:synchronizationSource:
Initializes a new instance of the FMIceLinkFirEntry class.
- (instancetype)initWithSequenceNumber:(int)sequenceNumber synchronizationSource:(long long)synchronizationSourceParameters
sequenceNumber |
The sequence number. |
|---|---|
synchronizationSource |
The synchronization source. |
Discussion
Initializes a new instance of the FMIceLinkFirEntry class.
Declared In
FMIceLinkFirEntry.h
– sequenceNumber
Gets the sequence number.
- (int)sequenceNumberDiscussion
Gets the sequence number.
Declared In
FMIceLinkFirEntry.h
– setDataBuffer:
Sets the backing data buffer.
- (void)setDataBuffer:(FMIceLinkDataBuffer *)valueDiscussion
Sets the backing data buffer.
Declared In
FMIceLinkFirEntry.h
– setSequenceNumber:
Sets the sequence number.
- (void)setSequenceNumber:(int)valueDiscussion
Sets the sequence number.
Declared In
FMIceLinkFirEntry.h
– setSynchronizationSource:
Sets the synchronization source.
- (void)setSynchronizationSource:(long long)valueDiscussion
Sets the synchronization source.
Declared In
FMIceLinkFirEntry.h
– synchronizationSource
Gets the synchronization source.
- (long long)synchronizationSourceDiscussion
Gets the synchronization source.
Declared In
FMIceLinkFirEntry.h