FMIceLinkByteHolder Class Reference

Inherits from NSObject
Declared in FMIceLinkByteHolder.h
FMIceLinkByteHolder.m

Overview

Class to hold a byte [value](#//api/name/value) passed by reference.

+ byteHolder

Initializes a new instance of the FMIceLinkByteHolder class.
+ (FMIceLinkByteHolder *)byteHolder

Discussion

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

Parameters

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

Discussion

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

Parameters

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

Discussion

Sets the [value](#//api/name/value).

Declared In

FMIceLinkByteHolder.h

– value

Gets the value.
- (uint8_t)value

Discussion

Gets the value.

Declared In

FMIceLinkByteHolder.h