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... | |
Class to hold a byte value passed by reference.
| + (FMLiveSwitchByteHolder*) byteHolder |
Initializes a new instance of the FMLiveSwitchByteHolder class.
| + (FMLiveSwitchByteHolder*) byteHolder: | (uint8_t) | value |
Initializes a new instance of the FMLiveSwitchByteHolder class.
| value | The value. |
| - (instancetype) init |
Initializes a new instance of the FMLiveSwitchByteHolder class.
| - (instancetype) initWithValue: | (uint8_t) | value |
Initializes a new instance of the FMLiveSwitchByteHolder class.
| value | The value. |
| - (void) setValue: | (uint8_t) | value |
Sets the value.
| - (uint8_t) value |
Gets the value.