Class to hold a byte value passed by reference. More...
Public Member Functions | |
ByteHolder () | |
Initializes a new instance of the fm.liveswitch.ByteHolder class. More... | |
ByteHolder (byte value) | |
Initializes a new instance of the fm.liveswitch.ByteHolder class. More... | |
byte | getValue () |
Gets the value. More... | |
void | setValue (byte value) |
Sets the value. More... | |
Class to hold a byte value passed by reference.
fm.liveswitch.ByteHolder.ByteHolder | ( | ) |
Initializes a new instance of the fm.liveswitch.ByteHolder class.
fm.liveswitch.ByteHolder.ByteHolder | ( | byte | value | ) |
Initializes a new instance of the fm.liveswitch.ByteHolder class.
value | The value. |
byte fm.liveswitch.ByteHolder.getValue | ( | ) |
Gets the value.
void fm.liveswitch.ByteHolder.setValue | ( | byte | value | ) |
Sets the value.