FMIceLinkNackConfig Class Reference

Inherits from NSObject
Declared in FMIceLinkNackConfig.h
FMIceLinkNackConfig.m

Overview

A NACK Config.

– disableBuffering

Gets a value indicating whether to disable support for Generic NACKs.

true if disable; otherwise, false.

- (bool)disableBuffering

Discussion

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)init

Discussion

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)receiveBufferLength

Parameters

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 *)nackConfig

Discussion

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)receiveBufferLength

Parameters

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)receiveBufferLength

Discussion

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)sendBufferLength

Discussion

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)value

Discussion

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)value

Discussion

Sets the length of the send buffer.

Declared In

FMIceLinkNackConfig.h