C# Class BACnet.SchemaParser.BitDefinition

Afficher le fichier Open project: LorenVS/bacstack Class Usage Examples

Méthodes publiques

Méthode Description
BitDefinition ( string name, int index ) : System

Constructs a new bit definition instance

Method Details

BitDefinition() public méthode

Constructs a new bit definition instance
public BitDefinition ( string name, int index ) : System
name string The name of the bit
index int The index of the bit
Résultat System