fm.liveswitch.ByteHolder Class Reference

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

Detailed Description

Class to hold a byte value passed by reference.

Constructor & Destructor Documentation

◆ ByteHolder() [1/2]

fm.liveswitch.ByteHolder.ByteHolder ( )

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

◆ ByteHolder() [2/2]

fm.liveswitch.ByteHolder.ByteHolder ( byte  value)

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

Parameters
valueThe value.

Member Function Documentation

◆ getValue()

byte fm.liveswitch.ByteHolder.getValue ( )

Gets the value.

◆ setValue()

void fm.liveswitch.ByteHolder.setValue ( byte  value)

Sets the value.