FMIceLinkGenericNack Class Reference
| Inherits from | NSObject | 
|---|---|
| Declared in | FMIceLinkGenericNack.h FMIceLinkGenericNack.m  | 
– bitmaskOfLostPackets
	
Gets the bitmask of lost packets.
			- (int)bitmaskOfLostPacketsDiscussion
Gets the bitmask of lost packets.
			Declared In
FMIceLinkGenericNack.h
– dataBuffer
	
Gets the data buffer.
			- (FMIceLinkDataBuffer *)dataBufferDiscussion
Gets the data buffer.
			Declared In
FMIceLinkGenericNack.h
+ fixedPayloadLength
	
Gets the length of the registered fixed payload.
			+ (int)fixedPayloadLengthDiscussion
Gets the length of the registered fixed payload.
			Declared In
FMIceLinkGenericNack.h
+ genericNack
	
Initializes a new instance of the FMIceLinkGenericNack class.
			+ (FMIceLinkGenericNack *)genericNackDiscussion
Initializes a new instance of the FMIceLinkGenericNack class.
			Declared In
FMIceLinkGenericNack.h
+ genericNackWithBuffer:
	
Initializes a new instance of the FMIceLinkGenericNack class.
			+ (FMIceLinkGenericNack *)genericNackWithBuffer:(FMIceLinkDataBuffer *)bufferParameters
buffer | 
						The buffer.  | 
					
|---|
Discussion
Initializes a new instance of the FMIceLinkGenericNack class.
			Declared In
FMIceLinkGenericNack.h
– getLostPacketIdPlus:
	
Gets whether the packet with ID FMIceLinkGenericNack#[packetId](#//api/name/packetId) + value was lost.
			- (bool)getLostPacketIdPlus:(int)valueParameters
value | 
						The value.  | 
					
|---|
Return Value
Whether the packet was lost.
Discussion
Gets whether the packet with ID FMIceLinkGenericNack#[packetId](#//api/name/packetId) + value was lost.
			Declared In
FMIceLinkGenericNack.h
– init
	
Initializes a new instance of the FMIceLinkGenericNack class.
			- (instancetype)initDiscussion
Initializes a new instance of the FMIceLinkGenericNack class.
			Declared In
FMIceLinkGenericNack.h
– initWithBuffer:
	
Initializes a new instance of the FMIceLinkGenericNack class.
			- (instancetype)initWithBuffer:(FMIceLinkDataBuffer *)bufferParameters
buffer | 
						The buffer.  | 
					
|---|
Discussion
Initializes a new instance of the FMIceLinkGenericNack class.
			Declared In
FMIceLinkGenericNack.h
– lostPacketIdPlusLength
	
Gets the length of the lost packet identifier plus.
			- (int)lostPacketIdPlusLengthDiscussion
Gets the length of the lost packet identifier plus.
			Declared In
FMIceLinkGenericNack.h
– packetId
	
Gets the RTP sequence number of the lost packet.
			- (int)packetIdDiscussion
Gets the RTP sequence number of the lost packet.
			Declared In
FMIceLinkGenericNack.h
– setBitmaskOfLostPackets:
	
Sets the bitmask of lost packets.
			- (void)setBitmaskOfLostPackets:(int)valueDiscussion
Sets the bitmask of lost packets.
			Declared In
FMIceLinkGenericNack.h
– setLostPacketIdPlus:lost:
	
Sets whether the packet with ID FMIceLinkGenericNack#[packetId](#//api/name/packetId) + value was lost.
			- (void)setLostPacketIdPlus:(int)value lost:(bool)lostParameters
value | 
						The value.  | 
					
|---|---|
lost | 
						Whether the packet was lost.  | 
					
Discussion
Sets whether the packet with ID FMIceLinkGenericNack#[packetId](#//api/name/packetId) + value was lost.
			Declared In
FMIceLinkGenericNack.h
– setPacketId:
	
Sets the RTP sequence number of the lost packet.
			- (void)setPacketId:(int)valueDiscussion
Sets the RTP sequence number of the lost packet.
			Declared In
FMIceLinkGenericNack.h