FMByteHolder Class Reference

Inherits from NSObject
Declared in FM.h

Overview

Class to hold a byte value passed by reference.

+ byteHolder

Initializes a new instance of the class.

+ (FMByteHolder *)byteHolder

Discussion

Initializes a new instance of the class.

Declared In

FM.h

+ byteHolderWithValue:

Initializes a new instance of the class.

+ (FMByteHolder *)byteHolderWithValue:(uint8_t)value

Parameters

name="value">The

value.

Discussion

Initializes a new instance of the class.

Declared In

FM.h

– init

Initializes a new instance of the class.

- (id)init

Discussion

Initializes a new instance of the class.

Declared In

FM.h

– initWithValue:

Initializes a new instance of the class.

- (id)initWithValue:(uint8_t)value

Parameters

name="value">The

value.

Discussion

Initializes a new instance of the class.

Declared In

FM.h

– setValue:

Sets the value.

- (void)setValue:(uint8_t)value

Discussion

Sets the value.

Declared In

FM.h

– value

Gets the value.

- (uint8_t)value

Discussion

Gets the value.

Declared In

FM.h