FMIceLinkByteHolder Class Reference
| Inherits from | NSObject | 
|---|---|
| Declared in | FMIceLinkByteHolder.h FMIceLinkByteHolder.m  | 
+ byteHolder
	
Initializes a new instance of the FMIceLinkByteHolder class.
			+ (FMIceLinkByteHolder *)byteHolderDiscussion
Initializes a new instance of the FMIceLinkByteHolder class.
			Declared In
FMIceLinkByteHolder.h
+ byteHolder:
	
Initializes a new instance of the FMIceLinkByteHolder class.
			+ (FMIceLinkByteHolder *)byteHolder:(uint8_t)valueParameters
value | 
						The value.  | 
					
|---|
Discussion
Initializes a new instance of the FMIceLinkByteHolder class.
			Declared In
FMIceLinkByteHolder.h
– init
	
Initializes a new instance of the FMIceLinkByteHolder class.
			- (instancetype)initDiscussion
Initializes a new instance of the FMIceLinkByteHolder class.
			Declared In
FMIceLinkByteHolder.h
– initWithValue:
	
Initializes a new instance of the FMIceLinkByteHolder class.
			- (instancetype)initWithValue:(uint8_t)valueParameters
value | 
						The value.  | 
					
|---|
Discussion
Initializes a new instance of the FMIceLinkByteHolder class.
			Declared In
FMIceLinkByteHolder.h
– setValue:
	
Sets the [value](#//api/name/value).
			- (void)setValue:(uint8_t)valueDiscussion
Sets the [value](#//api/name/value).
			Declared In
FMIceLinkByteHolder.h
– value
	
Gets the value.
			- (uint8_t)valueDiscussion
Gets the value.
			Declared In
FMIceLinkByteHolder.h