C# Class BACnet.Types.EnumeratedValue

Inheritance: IValue
Afficher le fichier Open project: LorenVS/bacstack

Méthodes publiques

Méthode Description
EnumeratedValue ( uint value ) : System

Constructs a new EnumeratedValue instance

Method Details

EnumeratedValue() public méthode

Constructs a new EnumeratedValue instance
public EnumeratedValue ( uint value ) : System
value uint The enumerated value to wrap
Résultat System