FMIceLinkFirControlFrame Class Reference
| Inherits from | FMIceLinkPayloadSpecificControlFrame : FMIceLinkFeedbackControlFrame : FMIceLinkMediaControlFrame : NSObject |
|---|---|
| Declared in | FMIceLinkFirControlFrame.h FMIceLinkFirControlFrame.m |
– entries
Gets the entries.
- (NSMutableArray *)entriesDiscussion
Gets the entries.
Declared In
FMIceLinkFirControlFrame.h
– entry
Gets the entry.
- (FMIceLinkFirEntry *)entryDiscussion
Gets the entry.
Declared In
FMIceLinkFirControlFrame.h
+ firControlFrameWithBuffer:
Initializes a new instance of the FMIceLinkFirControlFrame class.
+ (FMIceLinkFirControlFrame *)firControlFrameWithBuffer:(FMIceLinkDataBuffer *)bufferParameters
buffer |
The buffer. |
|---|
Discussion
Initializes a new instance of the FMIceLinkFirControlFrame class.
Declared In
FMIceLinkFirControlFrame.h
+ firControlFrameWithEntries:
Initializes a new instance of the FMIceLinkFirControlFrame class.
+ (FMIceLinkFirControlFrame *)firControlFrameWithEntries:(NSMutableArray *)entriesParameters
entries |
The entries. |
|---|
Discussion
Initializes a new instance of the FMIceLinkFirControlFrame class.
Declared In
FMIceLinkFirControlFrame.h
+ firControlFrameWithEntry:
Initializes a new instance of the FMIceLinkFirControlFrame class.
+ (FMIceLinkFirControlFrame *)firControlFrameWithEntry:(FMIceLinkFirEntry *)entryParameters
entry |
The entry. |
|---|
Discussion
Initializes a new instance of the FMIceLinkFirControlFrame class.
Declared In
FMIceLinkFirControlFrame.h
+ firControlFrameWithSequenceNumber:
Initializes a new instance of the FMIceLinkFirControlFrame class.
+ (FMIceLinkFirControlFrame *)firControlFrameWithSequenceNumber:(int)sequenceNumberParameters
sequenceNumber |
The sequence number. |
|---|
Discussion
Initializes a new instance of the FMIceLinkFirControlFrame class.
Declared In
FMIceLinkFirControlFrame.h
– initWithBuffer:
Initializes a new instance of the FMIceLinkFirControlFrame class.
- (instancetype)initWithBuffer:(FMIceLinkDataBuffer *)bufferParameters
buffer |
The buffer. |
|---|
Discussion
Initializes a new instance of the FMIceLinkFirControlFrame class.
Declared In
FMIceLinkFirControlFrame.h
– initWithEntries:
Initializes a new instance of the FMIceLinkFirControlFrame class.
- (instancetype)initWithEntries:(NSMutableArray *)entriesParameters
entries |
The entries. |
|---|
Discussion
Initializes a new instance of the FMIceLinkFirControlFrame class.
Declared In
FMIceLinkFirControlFrame.h
– initWithEntry:
Initializes a new instance of the FMIceLinkFirControlFrame class.
- (instancetype)initWithEntry:(FMIceLinkFirEntry *)entryParameters
entry |
The entry. |
|---|
Discussion
Initializes a new instance of the FMIceLinkFirControlFrame class.
Declared In
FMIceLinkFirControlFrame.h
– initWithSequenceNumber:
Initializes a new instance of the FMIceLinkFirControlFrame class.
- (instancetype)initWithSequenceNumber:(int)sequenceNumberParameters
sequenceNumber |
The sequence number. |
|---|
Discussion
Initializes a new instance of the FMIceLinkFirControlFrame class.
Declared In
FMIceLinkFirControlFrame.h
+ registeredFeedbackMessageType
Gets the type of the registered feedback message.
+ (int)registeredFeedbackMessageTypeDiscussion
Gets the type of the registered feedback message.
Declared In
FMIceLinkFirControlFrame.h
– setEntries:
Sets the [entries](#//api/name/entries).
- (void)setEntries:(NSMutableArray *)valueDiscussion
Sets the [entries](#//api/name/entries).
Declared In
FMIceLinkFirControlFrame.h
– setEntry:
Sets the [entry](#//api/name/entry).
- (void)setEntry:(FMIceLinkFirEntry *)valueDiscussion
Sets the [entry](#//api/name/entry).
Declared In
FMIceLinkFirControlFrame.h