FMIceLinkNackConfig Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | FMIceLinkNackConfig.h FMIceLinkNackConfig.m |
– disableBuffering
Gets a value indicating whether to disable support for Generic NACKs.
true if disable; otherwise, false.
- (bool)disableBufferingDiscussion
Gets a value indicating whether to disable support for Generic NACKs.
true if disable; otherwise, false.
Declared In
FMIceLinkNackConfig.h
– init
Initializes a new instance of the FMIceLinkNackConfig class.
- (instancetype)initDiscussion
Initializes a new instance of the FMIceLinkNackConfig class.
Declared In
FMIceLinkNackConfig.h
– initWithSendBufferLength:receiveBufferLength:
Initializes a new instance of the FMIceLinkNackConfig class.
- (instancetype)initWithSendBufferLength:(int)sendBufferLength receiveBufferLength:(int)receiveBufferLengthParameters
sendBufferLength |
Length of the send buffer. |
|---|---|
receiveBufferLength |
Length of the receive buffer. |
Discussion
Initializes a new instance of the FMIceLinkNackConfig class.
Declared In
FMIceLinkNackConfig.h
+ nackConfig
Initializes a new instance of the FMIceLinkNackConfig class.
+ (FMIceLinkNackConfig *)nackConfigDiscussion
Initializes a new instance of the FMIceLinkNackConfig class.
Declared In
FMIceLinkNackConfig.h
+ nackConfigWithSendBufferLength:receiveBufferLength:
Initializes a new instance of the FMIceLinkNackConfig class.
+ (FMIceLinkNackConfig *)nackConfigWithSendBufferLength:(int)sendBufferLength receiveBufferLength:(int)receiveBufferLengthParameters
sendBufferLength |
Length of the send buffer. |
|---|---|
receiveBufferLength |
Length of the receive buffer. |
Discussion
Initializes a new instance of the FMIceLinkNackConfig class.
Declared In
FMIceLinkNackConfig.h
– receiveBufferLength
Gets the number of packets to hold in the generic
NACK buffer awaiting an earlier packet before releasing them.
Defaults to 128.
- (int)receiveBufferLengthDiscussion
Gets the number of packets to hold in the generic
NACK buffer awaiting an earlier packet before releasing them.
Defaults to 128.
Declared In
FMIceLinkNackConfig.h
– sendBufferLength
Gets the length of the send buffer.
- (int)sendBufferLengthDiscussion
Gets the length of the send buffer.
Declared In
FMIceLinkNackConfig.h
– setReceiveBufferLength:
Sets the number of packets to hold in the generic
NACK buffer awaiting an earlier packet before releasing them.
Defaults to 128.
- (void)setReceiveBufferLength:(int)valueDiscussion
Sets the number of packets to hold in the generic
NACK buffer awaiting an earlier packet before releasing them.
Defaults to 128.
Declared In
FMIceLinkNackConfig.h
– setSendBufferLength:
Sets the length of the send buffer.
- (void)setSendBufferLength:(int)valueDiscussion
Sets the length of the send buffer.
Declared In
FMIceLinkNackConfig.h