fm.liveswitch.LongHolder Class Reference

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

Public Member Functions

long getValue ()
 Gets the value. More...
 
 LongHolder ()
 Initializes a new instance of the fm.liveswitch.LongHolder class. More...
 
 LongHolder (long value)
 Initializes a new instance of the fm.liveswitch.LongHolder class. More...
 
void setValue (long value)
 Sets the value. More...
 

Detailed Description

Class to hold a long value passed by reference.

Constructor & Destructor Documentation

◆ LongHolder() [1/2]

fm.liveswitch.LongHolder.LongHolder ( )

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

◆ LongHolder() [2/2]

fm.liveswitch.LongHolder.LongHolder ( long  value)

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

Parameters
valueThe value.

Member Function Documentation

◆ getValue()

long fm.liveswitch.LongHolder.getValue ( )

Gets the value.

◆ setValue()

void fm.liveswitch.LongHolder.setValue ( long  value)

Sets the value.