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