fm.liveswitch.ShortHolder Class Reference

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...
 

Detailed Description

Class to hold a short value passed by reference.

Constructor & Destructor Documentation

◆ ShortHolder() [1/2]

fm.liveswitch.ShortHolder.ShortHolder ( )

Initializes a new instance of the fm.liveswitch.ShortHolder class.

◆ ShortHolder() [2/2]

fm.liveswitch.ShortHolder.ShortHolder ( short  value)

Initializes a new instance of the fm.liveswitch.ShortHolder class.

Parameters
valueThe value.

Member Function Documentation

◆ getValue()

short fm.liveswitch.ShortHolder.getValue ( )

Gets the value.

◆ setValue()

void fm.liveswitch.ShortHolder.setValue ( short  value)

Sets the value.