FMLiveSwitchByteHolder Class Reference

Class to hold a byte value passed by reference. More...

Instance Methods

(instancetype) - init
 Initializes a new instance of the FMLiveSwitchByteHolder class. More...
 
(instancetype) - initWithValue:
 Initializes a new instance of the FMLiveSwitchByteHolder class. More...
 
(void) - setValue:
 Sets the value. More...
 
(uint8_t) - value
 Gets the value. More...
 

Class Methods

(FMLiveSwitchByteHolder *) + byteHolder
 Initializes a new instance of the FMLiveSwitchByteHolder class. More...
 
(FMLiveSwitchByteHolder *) + byteHolder:
 Initializes a new instance of the FMLiveSwitchByteHolder class. More...
 

Detailed Description

Class to hold a byte value passed by reference.

Method Documentation

◆ byteHolder

+ (FMLiveSwitchByteHolder*) byteHolder

Initializes a new instance of the FMLiveSwitchByteHolder class.

◆ byteHolder:

+ (FMLiveSwitchByteHolder*) byteHolder: (uint8_t)  value

Initializes a new instance of the FMLiveSwitchByteHolder class.

Parameters
valueThe value.

◆ init

- (instancetype) init

Initializes a new instance of the FMLiveSwitchByteHolder class.

◆ initWithValue:

- (instancetype) initWithValue: (uint8_t)  value

Initializes a new instance of the FMLiveSwitchByteHolder class.

Parameters
valueThe value.

◆ setValue:

- (void) setValue: (uint8_t)  value

Sets the value.

◆ value

- (uint8_t) value

Gets the value.