FMIceLinkSdesItem Class Reference
| Inherits from | NSObject | 
|---|---|
| Declared in | FMIceLinkSdesItem.h FMIceLinkSdesItem.m  | 
– dataBuffer
	
Gets the data buffer.
			- (FMIceLinkDataBuffer *)dataBufferDiscussion
Gets the data buffer.
			Declared In
FMIceLinkSdesItem.h
+ fixedPayloadHeaderLength
	
Gets the fixed payload header [length](#//api/name/length).
			+ (int)fixedPayloadHeaderLengthDiscussion
Gets the fixed payload header [length](#//api/name/length).
			Declared In
FMIceLinkSdesItem.h
– initWithBuffer:
	
Initializes a new instance of the FMIceLinkSdesItem class.
			- (instancetype)initWithBuffer:(FMIceLinkDataBuffer *)bufferParameters
buffer | 
						The buffer.  | 
					
|---|
Discussion
Initializes a new instance of the FMIceLinkSdesItem class.
			Declared In
FMIceLinkSdesItem.h
+ sdesItemWithBuffer:
	
Initializes a new instance of the FMIceLinkSdesItem class.
			+ (FMIceLinkSdesItem *)sdesItemWithBuffer:(FMIceLinkDataBuffer *)bufferParameters
buffer | 
						The buffer.  | 
					
|---|
Discussion
Initializes a new instance of the FMIceLinkSdesItem class.
			Declared In
FMIceLinkSdesItem.h
– setType:
	
Sets the [type](#//api/name/type).
			- (void)setType:(int)valueDiscussion
Sets the [type](#//api/name/type).
			Declared In
FMIceLinkSdesItem.h