C# Class BACnet.Types.Values.ChoiceValue

Inheritance: IValue
Mostra file Open project: LorenVS/bacstack

Public Methods

Method Description
ChoiceValue ( int choice, IValue value ) : System

Constructs a new ChoiceValue instance

Method Details

ChoiceValue() public method

Constructs a new ChoiceValue instance
public ChoiceValue ( int choice, IValue value ) : System
choice int The active choice
value IValue The active value
return System