C# Class BACnet.SchemaParser.BitDefinition

Mostra file Open project: LorenVS/bacstack Class Usage Examples

Public Methods

Method Description
BitDefinition ( string name, int index ) : System

Constructs a new bit definition instance

Method Details

BitDefinition() public method

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
return System