C# 클래스 BACnet.SchemaParser.BitDefinition

파일 보기 프로젝트 열기: LorenVS/bacstack 1 사용 예제들

공개 메소드들

메소드 설명
BitDefinition ( string name, int index ) : System

Constructs a new bit definition instance

메소드 상세

BitDefinition() 공개 메소드

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
리턴 System